Forum Discussion

LAB's avatar
LAB
Contributor
6 years ago
Solved

Any way to have an entire test run within a browser loop?

i.e. I have test 1-9 that I run in order, I can put a browser loop within each case, but then the behavior is test case 1 in chrome, then test case 1 in edge, test case 2 in chrome etc.    Is there...
  • AlexKaras's avatar
    AlexKaras
    6 years ago

    Hi,

     

    it's just a matter of not wanting to have to combine all 9 cases into 1.

    Then your only option is to create a test with Browser Loop parent and Script Code child.

    The Script Code child should read configuration file with the list of tests/code functions to be executed and execute them via eval() or similar function.