Reputation: 5727
Can we run the load test irrespective of time duration, for example, if i am running tests for 25 users then test will automatically stops, once all the users finished their scripts. please help on this ?
Upvotes: 0
Views: 550
Reputation: 9793
Set the Use Test Iterations
property to True
and Test Iterations
to 25.
The first property will overide the test duration property and second will force load test to execute 25 total tests. Since you have 25 virtual users in your test it will share them to your users and so each one will execute one test.
Check here for mor details:
Upvotes: 1