• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Hi,, One script containing 3 actions i need to distribute 10%load...

S

Sayed Ali

Guest
Hi,, One script containing 3 actions i need to distribute 10%load to 1st action ,50%load to 2nd action section and 40%load to third action. is it possible? . Thanks
 
Most straightforward approach is to create 3 groups in Controller with different run logic and appropriate number of Vusers for each.
 
Use run time setting "run logic" or create a new action and call your action based on there percentage
 
Give ℅ option of for each Action in run logic section of Runtime settings as like how we giving blocks in same manner we can assign just try above approach mostly it will work
 
Use random and give percentage for each action in runtime settings
 
Create a random and implement the logic of execution with code.
 
Bad magic for cross posting the same to multiple forums'
 
Back
Top