Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Detailed Report Generation
LegacyForum
Posts: 1,664 ✭✭
Detailed Report Generation in PASS/FAIL condition
Hi,SOAtest is generating very simple report when the test cases passed like below
Name Failed Tests Successful Tests Total Tests Success %
Example.tst 0 2249 2249 100%
But when test cases fail it generates detailed report of what test cased executed and where it failed so can I generate a detail report even when test cases passed(as to what test cases have run with number and names)?
Tagged:
0
Comments
-
Hi SOATest,
Once the report & publish dialog window opens click the Preferences button.
In Preferences,
Ensure that the Report Contents > Only tests that failed is unchecked.
Uncheck the box for Only top-level test suits
Click apply
When your Report is generated the individual tests will be listed under the parent test suite.
If you require assistance on this or any other forum posts please contact support directly at support@parasoft.com
0 -
Thanks Chris0