Submit and vote on feature ideas.

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

Options
pooja
pooja Posts: 18

Need to write a custom report so that the results are reported in the consolidated report dashboard . How to retrieve the values for Parasoft SOA test

Comments

  • Ireneusz Szmigiel
    Ireneusz Szmigiel Posts: 227 ✭✭✭
    edited February 2017
    Options

    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