Search code examples
visual-studio-2010.net-4.0webtestordered-test

Web test details are not displayed when ran from an ordered test


I have an ordered test that contains 4 web tests. The problem is that Visual Studio seems to have a problem loading the test results for an individual test.

I included a screenshot to supplement for the 1000 words. :)

Test results screenshot

As you may see the 3rd test, called intuitively Webservice03, failed. The screenshot above was taken after I double-clicked on the corresponding line to open the detailed information about that test run. The panels with requests and other useful information are empty.

The issue is quite annoying, because the test is part of a bigger test suite that runs periodically, so when it fails, I have to manually disable the setup and cleanup scripts from the test configuration, run them manually, then run each of the tests manually, instead of just comfortably opening the test results.

Did anyone experienced this problem? Thanks.

Version details:

Microsoft Visual Studio 2010 Ultimate Version 10.0.40219.1 SP1Rel

Microsoft .NET Framework Version 4.0.30319 SP1Rel


Solution

  • I had the same problem and tryed to clarify it via Microsoft forum:

    Web test details are not displayed when ran from an ordered test

    According to the answer you can not have detailed test result for a web test run as a part of an ordered test.