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 skip test cases in jython extension tool?

Options
wadjikarsushant
wadjikarsushant Posts: 6

I have scenario where based upon response received i want to skip subsequent test cases . This i want to do from jython ext tool. is there any possibility ?

Tagged:

Comments

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    You can create a test variable, and use test suite logic to make the test(s) that you want to skip dependent on the value of that variable. Then, you can attach an Extension Tool to the response output of the messaging client you are using that sets the value of the variable based on the response received.