eomeroff
eomeroff

Reputation: 9915

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.

Upvotes: 2

Views: 1476

Answers (1)

Nat
Nat

Reputation: 14295

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.

Upvotes: 1

Related Questions