Question
Question on Reports in Pega Unit test suites
Hi,
We are using pega 7.3.1 and are trying to use Pega Unit Testing for validating different rules i.e Data transforms,Activities,Strategies. we are trying to see some reports which we can depict the results of our test runs or test suite executions. when we run the test suite , we are only seeing the results for failed validation points and not seeing any results for passed validation points in my test cases. Can someone please let us know if the results of a test run are stored anywhere in a clipboard page or database? is there a way we can update the test cases to include the details where we can build our custom reports apart from what pega is currently reporting
Test results are stored in Data-TestCaseResults and Data-TestSuiteResults for Test case and Test suite respectively. Reports can be built on these classes if needed. Only failed or unexpected results are stored in results so that why or what caused the failure can be assessed. Expected or Passing assertions are not stored as the information would be redundant as the same can be seen on a test case. In case of test suite result, even the passed testcases are stored and as well returned by rest service pzExecuteTests.