Forum Discussion

escap89's avatar
escap89
Contributor
8 years ago
Solved

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 Te...
  • escap89's avatar
    escap89
    8 years ago

    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.