Hi ,
I have a scenario where on each iteration a  random request is picked
from a set of requests. For the below example , either A or B or C is
picked after the user logon.  Random controller doesn't work , as it
only changes the order of requests during the iteration. Any ideas?
 
Thread Group
    - HTTP Cookie Manager
   -  Only Once controller
        - HTTP request to login 
  - Simple Controller 
        - HTTP request 1 (A)
        - HTTP request 2 (B)
        - HTTP request 3 (C)
 
Thanks,
-Aditi

Reply via email to