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
Posts: 232 ✭✭
in SOAtest
I have two variable check for test execution, how do i make variable condition for this.
0
Comments
-
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.
1 -
Thanks Jak. I appreciate your response.
Added another test suite on the top to make a decision
0