Multiple choice technology testing

What is the test that guarantees a specific execution sequence in VSTT?

  1. Web test

  2. Order Test

  3. Load Test

  4. Manual Test

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

Ordered Tests in VSTT allow you to define a specific execution sequence for tests. You arrange tests in the order they must run, and the test runner executes them sequentially rather than in parallel or random order. This is essential when tests have dependencies or must run in a particular sequence.