Multiple choice technology testing

What is the window used to view statistics about the elements tested in a test run?

  1. Test case Results

  2. Code Coverage Results

  3. Load Test Results

  4. Manual Test Results

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Code Coverage Results window in VSTT provides detailed statistics about which code elements were covered during test execution, showing what percentage of your code was actually tested. Test case Results show individual test outcomes, Load Test Results show performance metrics, and Manual Test Results show manual test execution status - but only Code Coverage Results specifically show statistics about the code elements tested.