Multiple choice technology platforms and products

In Visual Studio, Coded UI Test allows you to

  1. Automate the test

  2. Add validations

  3. Run this regularly as a part of build cycle

  4. All of the Above

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

Visual Studio Coded UI Tests support automation of UI interactions, adding validation assertions, and can be integrated into build cycles for regression testing. Since it supports all these capabilities (automation, validation, build integration), 'All of the Above' is correct. Coded UI Tests are part of Visual Studio Enterprise for automated functional testing of applications.