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.

Set TestFlow Logic in "SOAtest-Cucumber Integration"

rahul157
rahul157 Posts: 30

Hi Team,
I'm able to implement "SOAtest-Cucumber Integration" while getting issues when I set some test flow logic in soatest but same doesn't get replicated once it's deployed to Soatest-server for testing.
Is there any way like, I can put if else logic in step_defintion.json to run certain tests depend on scenario results.

Tagged:

Comments

  • benken_parasoft
    benken_parasoft Posts: 1,228 ✭✭✭

    Test Flow logic belongs to a test suite, not individual test cases. Therefore, when specifying a "copy" action in your JSON step defs file, you should be specifying the ID of the test suite which has the configuration you desire. Obviously, you want to make sure that the test suite only contains the things you want for implementing the particular step definition.