What types Load tests VSTS supports?
-
Goal Based
-
Step Load
-
Goal Based & Step Load
-
None
VSTS load testing supports both Goal Based testing (where the test runs until a specific performance goal is met) and Step Load testing (where load increases in steps or increments over time). Option C correctly identifies both supported load test types. Option D 'None' is incorrect.
Visual Studio Team Services (VSTS) load testing supports multiple load patterns, notably Goal-based load (VSTS automatically adjusts virtual user count to try to reach a specified performance goal, like requests/sec) and Step load (load increases in defined steps/increments over time, e.g., adding N users every M seconds up to a max). Since the question offers these as separate options plus a combined 'Goal Based & Step Load' choice, and both patterns are genuinely supported, the combined option is the only fully correct answer — 'None' is wrong since these patterns do exist.