Thursday, 30 June 2016

Runtime Controller

If we wish to control the duration of test execution,we might need the "Runtime Controller". If we require to develop a scenario where we wish to come out of the loop after certain time no matter how much execution has been completed then we have to use "Runtime Controller"


Test Plan Description: We have added 10 requests and time required to execute all the 10 requests is 2 seconds.If now we wish to check how many of these 10 requests are executed in 1 second,then we can provide "Runtime" as 1 and execute the script

 


View result Tree:
 

So the result shows that only 4 requests has been executed in 1 second

No comments:

Post a Comment