Running Jmeter and Selenium in sequence from Blazemeter using taurus framwork

182 views Asked by At

Running Jmeter and Selenium in sequence from Blazemeter using taurus framwork i tried to use sequence, it doesnt help.

enter image description here

I wan to run first jmeter file and then like to execute for some actions to clean up things.

1

There are 1 answers

1
Dmitri T On

We are not telepathic enough to guess what's wrong without seeing your full YAML file.

The Startup Schedule setting controls how execution blocks are being processed.

So if you have JMeter and Selenium in separate executions - the setting should work.

If they're in a single execution you will have to make them sequential using different means, i.e. tearDown Thread Group and WebDriver Sampler in JMeter.