What is the test that guarantees a specific execution sequence in VSTT?
-
Web test
-
Order Test
-
Load Test
-
Manual Test
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.