nerdexam
Microsoft

AZ-400 · Question #551

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.DefaultWorkingDirect

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

How the community answered

(50 responses)
  • A
    86% (43)
  • B
    4% (2)
  • C
    2% (1)
  • D
    8% (4)

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.

Full AZ-400 Practice