escap89
9 years agoContributor
How to configure test run conditions
Hi,
Lets say that i have 4 tests:
TEST A: Add user number 1
TEST B: Open user number 1 and change data
TEST C: Add user number 2
TEST D: Open user number 2 and change data
How can I in Test Complete simply configure tests like:
Run test A always
Run test B if test A success
Run test C always
Run test D if test C success
For this moment i have no idea how simple i can do that in TC. Was wondering if in project "Test items" tab i can define conditions.
In advance thanks for the tips
//Sebastian
Your right, i just forgot to remove that sentence.
I mean that code (your first version):
def yourTest(): while not listen(): step1() step2() step3()
other_steps()Code above will do the whole "step1/step2/step3" even if inside that already was 10000 errors.