Multiple choice technology testing

What is the view to check the impact of any code change on Unit Test?

  1. Test View

  2. Test Management View

  3. Test Impact view

  4. Test List view

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

The Test Impact View in VSTT is specifically designed to show how code changes affect unit tests by analyzing code coverage data and dependencies. It identifies which tests may be impacted by recent code modifications and recommends which tests should be run. Test View shows all available tests, Test Management View handles test organization, and Test List view manages test lists - only Test Impact View focuses on the relationship between code changes and test impacts.