Insert 120 second wait in Visual studio Webtest
问题 I want to add a delay of 120 second between the execution of two web requests. I have tried using think time but it won't pause the execution for 120 sec. Can anyone please let me know how to add wait to pause the execution for 120 second (after say 2 web request execution) and then proceed the execution for next request. I am using visual studio 2015. 回答1: Think times are processed after the response is received. So to have a delay between two requests set the think time on the first request