Multiple choice technology testing

What is the test that cannot be contained under order test in VSTT?

  1. Web test

  2. Unit Test

  3. Load Test

  4. Manual Test

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

In VSTT (Visual Studio Team Test), ordered tests allow you to run tests in a specific sequence. Load tests are a distinct category of performance tests that cannot be nested inside ordered tests because they have their own configuration and execution model. Unit tests, web tests, and manual tests can all be included in ordered tests, but load tests are fundamentally different and run separately.