Before executing any actual test we execute same scripts for a smaller duration of time. This is called as a Dryrun.
Why do we need this?
There are few important reasons why we perform a dryrun before we begin our actual test
- Server warm-up (Usually servers are bounced before starting the test. Its a good practice in fact)
- Checking for transaction failures (script errors or server side issues or application issues)
- To avoid caching issues which might create outliers
No comments:
Post a Comment