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 have two variable conditions in Test flow Logic

Parasofttoudaya
Parasofttoudaya Posts: 232 ✭✭

I have two variable check for test execution, how do i make variable condition for this.

Comments

  • jakubiak
    jakubiak Posts: 795 admin

    You may need to use three test variables - two that track the two values, and one that the test flow logic depends on. You would then use an Extension Tool to set the value of the third variable based on the first two variables using the com.parasoft.api.ScriptingContext.setValue() API method from the SOAtest extensibility API.

  • Parasofttoudaya
    Parasofttoudaya Posts: 232 ✭✭

    Thanks Jak. I appreciate your response.

    Added another test suite on the top to make a decision :smile: