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 call same java class from two extension tools in same test suite

Options
swapna0707
swapna0707 Posts: 41

Hi Team,
I am calling same java class from two extension tools in same test suite ,first extension tool is able to call java class successfully and able to print some console messages. but using second extension tool ,I am not be able to call java class and not able to print console messages.
please help me on this.
Thanks,
Swapna

Comments

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    There should be no problem calling the same Java method from two different Extension Tools, unless the Java method fails the second time based on something that changed after the first time it was run. What errors or messages are you getting when the second Extension Tool runs?