I am trying to evaluate to NeoLoad to see if it can perform the following test execution:
- 1 web application,
- 29 users,
- each has there own login,
- each login has their own app profile/ web actions that is unique to that user
- each login needs to execute a series of web app actions/functions
I want to log in all 29 users and execute web app actions/functions for each user, all at the same time.
From early use, and after watching video, I seem to be only able to run one "profile" at a time.
Is there a way to execute all 29 users at same time running there own profile? Is there an example that I can be pointed to follow?
Thanks in advance.