Search code examples
visual-studiographload-testingwebtest

Visual studio not showing correct result after writing to repository


I recently got some issues with my load testing in visual studio. Everything works great with the test until the test finishes and visual studio are writing a report. Visual Studio is generating a report of the load test. It shows some false numbers and all the graphs are disappearing. Everything worked great yesterday.

I've tried to repair visual studio, remake all the webtests and even create a new load test.

You can see some of the false data below in the picture.

https://i.sstatic.net/8inie.png

Thanks for the help!


Solution

  • I found the issue, when I splitthe two webtest to have 1 webtest as a initializer to login and one that would create a order. It bugged somehow on the login webtest. So after the test had finish and should collect all data it could not find the webtest that was initialized. I have not found a soulution yet but I know where to start digging.