exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 9 question 37 discussion

Actual exam question from Microsoft's AZ-400
Question #: 37
Topic #: 9
[All AZ-400 Questions]

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?

  • A. VSTest
  • B. NUnit
  • C. CTest
  • D. JUnit
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
danisancho
11 months ago
Answer is correct. 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.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...