Insert wait in VS2008 web test
How can I insert time wait value in web test in Visual Studio 2008 test edition?
I have recorded a web test that I wan开发者_开发知识库t to use in Load test. Now I need to put some time delay between pages in web test.
Thanks a lot.
You use "think times" to control the wait time between requests.
Your recorded tests will have think times included (based on how long it took you to click between pages), but they can be overridden by options within the loadtest itself.
Select the properties of your scenario to change the "Think Profile", change the "Think Time" property of the webtest to add a wait.
精彩评论