Question
2
Replies
209
Views
VirtusaPolaris
Posted: August 10, 2018
Last activity: August 22, 2018
Closed
Checking Test Result Details for a Successful Pega Unit Test Run
Hi All,
i have observed that pega provides the "Expected" and "Actual" values details only for failed runs. Can we see the same details for the successful run. Is that possible?
Would also like to know if these test results with details are stored anywhere. We need to capture these details and build a report as proof of our successful or failed runs.
With Regards
Ravinder P
For a successful run, expected and actual values are not shown and not stored as they would be same as what is defined on the testcase and can be referred from the testcase directly. Test results are instances of Data-TestCaseResults and are stored in its corresponding table. One can also see previous results on the testcase by clicking on View Previous Runs link on Test result banner on top of testcase. You could also run these tests using exposed REST service pzExecuteTests which returns the results in xUnit format and can be used for reporting purposes.