ChrisLively
ChrisLively

Reputation: 88092

How can I turn off cached requests in Visual Studio load test

When running a load test I want to turn off cached requests.

My web test has the Cache Control setting turned off, which is supposed to mean don't cache. However, it looks like it is caching the images etc; which I don't want.

How can I do this?
Thanks

Upvotes: 3

Views: 2613

Answers (1)

ChrisLively
ChrisLively

Reputation: 88092

This is set by the "Percentage of New Users" setting in the scenario properties. To ensure that there is no caching, set the property to 100. Which indicates that 100% of the simulated users will appear to be coming at the site for the first time.

Upvotes: 3

Related Questions