-
Improvement
-
Resolution: Not A Defect
-
Major
When executing a Jenkins job with UFT test cases stored in the UFT machine, the Results of the test cases can be easily reviewed in Jenkins, but when executing the UFT test cases that are stored ALM, there is no way to easily check the results in Jenkins (there is the console output, but it's not very practical). The only solution is to go to ALM, and check what happened with the execution of each and every test case.
I have tried the "Test Results Analyzer", which allows you to see if the test case passed or failed, but you cannot see the error messages of the failed test cases, or the screenshots, etc...
Is there any possibility to improve the results viewer for the UFT test cases executed via ALM?
A great improvement could be to upload the final report of each test case executed (in HTML or Results Viewer format), directly in Jenkins, so it can be easy reviewed after the execution.
In order the view the results as you described, you need to add a post build action step on the job configuration page and choose to archive test results. Once the test run is finished, there will be a link on the build page called UFT report, which contains a summary report of the test run and allows you to open also the report generated by UFT (run_results.html).