Hi all,
I’ve been struggling with this for a while. I have 4 tests (items) that work fine on their own (let’s call them test1, test2, test3 and test4). All of the tests are running different Linux scripts and the results are always OK or FAIL.
Now what I’m after is test1 to run and if the result is FAIL then run test2 and test3 but if the result of test1 is OK then run test4.
Please can you provide some examples to help me?
Thanks in advance.
Paul
I’ve been struggling with this for a while. I have 4 tests (items) that work fine on their own (let’s call them test1, test2, test3 and test4). All of the tests are running different Linux scripts and the results are always OK or FAIL.
Now what I’m after is test1 to run and if the result is FAIL then run test2 and test3 but if the result of test1 is OK then run test4.
Please can you provide some examples to help me?
Thanks in advance.
Paul
Comment