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
2. Add Publish Test Results Task
3. Configure the publishing task and run the job
4. Click on Tests tab and check the JUnit report