Search code examples
visual-studio-2008delaywebtest

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 want to use in Load test. Now I need to put some time delay between pages in web test.

Thanks a lot.


Solution

  • 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.