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 can I Run a Java code after entire test execution completion

I am generating a html file from excel sheet after all my tests are run ( kind of customised test result report) .i an trying to run the Java class using extension tool. But the test is growing error in both the cases.
1. Tried creating a new test with only extension tool but it's not running
2. Created a tear down step alone in a new test suite and trying to add an extension tool .. The tool is not getting created and it is returning an error. Can u help me with this?

Comments

  • jakubiak
    jakubiak Posts: 795 admin

    You should simply be able to create an Extension Tool and provide the class name of the Java code. You need to ensure that the System Properties preference options have been updated so that your Java code is on the SOAtest classpath. For more specific feedback, please provide more detailed information about the errors you are receiving.