Multiple choice technology testing

Data-driven unit tests are configured to be called repeatedly for each row of a data source. Here the data source can be

  1. XML file

  2. CSV file

  3. XLS file

  4. XML & CSV

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

VSTT data-driven unit tests support XML and CSV files as data sources for test parameterization. These formats allow you to define multiple test cases that use different input values without writing separate test methods. XLS (Excel) files are not directly supported as data sources for data-driven tests in VSTT, making XML and CSV the correct combination of supported formats.