Multiple choice technology testing

What is the test that uses environment variables to represent paths to folders that contain files including target executable?

  1. Web Test

  2. Generic Test

  3. Manual Test

  4. Above all

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

Generic tests in VSTT use environment variables to specify paths to folders containing the target executable and other required files. This allows you to create tests that can adapt to different environments without hardcoding paths. Web tests run in browsers, Manual tests are executed by humans, and neither uses environment variables in this way - Generic tests are specifically designed to wrap external executables and tools.