views:

428

answers:

1

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

+1  A: 

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.

Chris Lively