MicrosoftMicrosoft
AZ-400 · Question #551
AZ-400 Question #551: Real Exam Question with Answer & Explanation
The correct answer is A: VSTest. VSTest is the format for test results files with the .trx extension. The .trx files are used by VSTest, which is a part of Visual Studio Test Platform.
Submitted by yuriko_h· Mar 6, 2026Design and implement build and release pipelines
Question
You use an Azure Pipelines pipeline to build and deploy an app. You have a custom test task that has the following inputs: - testResultsFiles: **/TEST-*.trx - searchFolder: $(System.DefaultWorkingDirectory) - mergeTestResults: true Which format should you use for the input data of testResultsFiles?
Options
- AVSTest
- BNUnit
- CCTest
- DJUnit
Explanation
VSTest is the format for test results files with the .trx extension. The .trx files are used by VSTest, which is a part of Visual Studio Test Platform.
Community Discussion
No community discussion yet for this question.