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.

Execute a test case when another test case fails

Options
arunraja
arunraja Posts: 1
edited March 2021 in SOAtest

Hi,
I have a scenario which has 7 test cases. I want to execute a test case (8th one) if any one of the 7 test cases fails. I am aware of "Test Result Dependency" option. it allows to select only one test case that is expected to fail. But in my case out of 7 test cases anything can fail.
How can I achieve this requirement?

Comments

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    Try putting the 7 test cases into a test suite, and then make the 8th test case depend on whether the entire test suite fails.