Multiple choice technology testing

VSTS supports following parameterization techniques in web test?

  1. From DB

  2. From XML

  3. From CSV file

  4. All of The Above

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

VSTS (Visual Studio Team System) web tests support multiple parameterization sources including databases, XML files, and CSV files. This allows test data to be externalized and varied across test iterations. Since all three sources (DB, XML, CSV) are supported, Option D is the correct comprehensive answer.