Multiple choice technology testing

What is the file that holds the Test results after test execution in VSTT?

  1. trx file

  2. trs file

  3. xml file

  4. database file

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

VSTT saves test results in .trx (Test Result XML) files after test execution. These files contain detailed information about test outcomes, execution times, error messages, and other test run metadata in XML format. While the content is XML-based, the specific file extension is .trx, not .xml. Test results are not stored in .trs files or directly in databases by default.