How to Publish JUnit report in Azure DevOps using Application Automation Tools plugin

  • KM03765211
  • 27-Nov-2020
  • 27-Nov-2020

Summary

How exactly does the publishing of the Junit work? What does it look like?

Question

A JUnit test result report:

If you add a task in your Azure DevOps pipeline to Publish Test Results, you can view the JUnit results on the Tests tab of the run results.

These results are generated based on the UFT One run results XML file

 

Answer

1. Add a UFT task

image text

2. Add Publish Test Results Task

image text

3. Configure the publishing task and run the job

image text

4. Click on Tests tab and check the JUnit report

image text