Hi,
We are running load test with single WebTest in test mix and constant load of 5 users. Web test issues 3 requests per server. After load test completion we received Total Tests = 160, Total Requests = 483. To investigate additional 3 requests we used Request Plugin and Web Test plugin. In PreWebTest event we logged 164 tests, in PostWebTest, we logged 160 tests. It can explain Total Tests number. I guess, 4 tests were prepared but were not executed because the test time run over. But the RequestPlugin surprised us. We logged 486 requests in PreRequest event and 486 responses in PostRequest event. The same number of requests (486) was logged in IIS log.
Can anybody explain this inconsistency What exactly Total Requests and Total Tests numbers in Load Test Summary refers to
Thanks in advance,
Leon