Multiple choice technology testing

What is the deployment item in test initialization Testmethod attribute?

  1. File

  2. Function

  3. Class

  4. Directory to deploy

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

In VSTT's testing framework, the [DeploymentItem] attribute specifies a file to be deployed to the test deployment directory before test execution. This attribute takes a file path (not a directory, function, or class) as its parameter, ensuring required files are available when the test runs.