What is the window used to view statistics about the elements tested in a test run?
-
Test case Results
-
Code Coverage Results
-
Load Test Results
-
Manual Test Results
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.