I have list of testcases in my testuites for my application. Out of which I need to run load test for the app.
Example of my first testcase is
Steps:
1. Login as admin
1a. Extract session from response in step 1
2. Data source for list of users to be added
3. Add users (data will be taken from step 2)
4. Verify the response using groovy
5. Dataloop
6. Logout admin
Testcase 2:
1. Data source list of users added in testcase 1
2. Login new users
2a. Extract session
3. Change password
4. Login again with the updated password
5. Logout new user
6. Dataloop
How to do load testing. Will it run sequentially without changing any step and maintain correct session when on parallel load test??