I need two users on web page both have different actions and login so I am using two threads (Login--action--Logout)
now I want user2 to start after user1 has completed 100 requests and user1 is still continuing 101,102,.....
how do I do this?
I think I cannot use delays as sometime 100 requests may take 100 sec or 90 sec etc.
is there any way to start another thread in between the running of present thread