I just realized that the numbers I was looking at for my scripted tests are probably wrong. My script basically does:
log data off
go to login page
enter login info and submit
log data on
go to page I’m interested in testing.
The problem is that when it gets to the login page, some of the resources are downloaded and cached, so when I turn log data back on and go to the real page I’m testing, only about half of the resources are downloaded, so it’s not a true “first view” or uncached view.
Anyone know a good way of dealing with this? It would be nice if it would clear the cache (on first view runs only) when log data is turned on.
How do I use combineSteps? is it a new feature?
Yeah I do agree about the empty cache statement. The problem I have is that once you log in, you are automatically redirected to the homepage. So If I log in with logData turned off, then turn logData back on and say navigate to the homepage all of the resources are already in cache.