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.
How to get the report details - test case pass fail count in a script/extension tool
Comments
-
Hi pooja
You can not get access to report using Extension Tool, as report will is generated after execution of testing scenario.
Running SOAtest with Automation License you can get xml version of report.
You have two options:
-use xsl transformation file when SOAtest generate a report to get own format of report- use xsl transformation and any xml processor to create own format of report after test execution
0