Running my test script concurrently

Hi all,

I am trying to run my test script concurrently but it keeps running sequentially, any ideas why?

Thanks in advance guys!

Hi @Keith,

Why do you think your scenarios are not run concurrently? To be more precise, the injection is concurrent. But as your scenario “Admins” seems quicker, the 2 “Admins” virtual users already finished it. While the 2 virtual “CSR” users are still in activity.

For test sake, can you add a visible pause (~10seconds) in one of your common step? For instance, after getting the homepage (to let the real user think where to go next?)

Cheers!