Hi,

I would like to shape the scripts I want run in the following way:

Control1
-- Job1 (10%)
-- Jon2 (20%)
-- Job3 (60%)
-- Job4 (10%)

So in short a thread enters Control1 and does only 1 of the jobs based on
the percentage probability. Most of the time it will do Job3 (60%) but other
times it will do the other jobs. These jobs need to be mutually exclusive so
that only one job under the control runs.

I've tried using Throughput Control and it sort of works but is not mutually
exclusive. So what happens is the thread enters Control1 and it might
execute Job1 but then it may well execute the other jobs as well.

A guaranteed way of doing this by using IF controllers but I've found these
very tedious to use and I have a lot of different Controls to script making
this approach unfeasible.

Any suggestions?

Thanks

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/How-can-I-make-scripts-mutually-exclusive-tp4551915p4551915.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to