-2

"#[error]System.Management.Automation.CommandNotFoundException: The term 'Invoke-ReportTask' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

I have integrated azure devops with uft but the result i am not getting in Azure devops.

How to show the test result in azure devops after the uft test cases run successfully?

James Z
  • 12,209
  • 10
  • 24
  • 44
  • Not get your response for several days, would you please share your latest information about this issue?If you have any concern, feel free to share it here. – Hugh Lin Dec 04 '19 at 09:02
  • Thank you for the response @Hugh Lin.I am not able to Publish the test report generated by UFT in Azure devops.Even if i have used Azure devops plugin ie Publish test result..Still not able to publish.Please help me on this. – Shiva Mohanty Dec 05 '19 at 17:17
  • @HughLin-MSFT....Can you please help on this above issue. – Shiva Mohanty Dec 09 '19 at 05:01

1 Answers1

0

After a test run, UFT automatically saves the run results as an artifact with the build.

So you need to add an additional Copy/Publish Artifact step and specify the options for this step from the Utility tab.

Navigate to the build artifacts specified in the Copy/Publish Artifact step and locate the results.html file to view the test results.

enter image description here

For details ,please refer to View the test results part of this document.

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25
  • I want the report should display in Azure devops pipeline under Test tab.Its displaying for Selenium and katalon test cases but in case of UFT no result showing – Shiva Mohanty Dec 05 '19 at 17:20