I have a Visul Studio load test which contains one web test. The web test does the following:
- Go to start page
- Login
- Go to page City
- Go to page Customer
- Logout
The load test runs with a constant load of 100 users.
I want to change my load test with an log in initialization so that the web test does the following:
- Go to page City
- Sleep for 5 seconds
- Go to page Customer
- Sleep for 5 seconds
Given the circumstance that the user is already logged in during some sort of initialization.
Can this be done? Any help appreciated. Drutten