I have a list of test boxes in my tests for my application. From which I need to run the download test for the application.
Example of my first test
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 perform load testing. Will it work sequentially without changing any step and maintain the correct session with parallel load testing?
source share