Start Second test automatically after other test Finishes
Start Second test automatically after other test Finishes
I have an external program test that can take a variable amount of time to complete, it returns 0 when successful, it will run on a schedule of 4 times per day. As soon as it completes, I want to execute a second test, a text log test, to read the results from a file created by the first test. I cannot use figure out how to use "Waiting for Master" because the first test is always "OK". I only want to run the second test when the first test finishes successfully, so the second test does not really need a schedule.
Yes that is how I had set it up, with the dependent (second) test running every 23 hours.
For some reason the second test is not starting directly after the master test completes, and that is what I want to happen. I have synchronize counters on for the second test. I think it was working at one point but I am not sure what to change to force the second test to start when the first one completes.
For some reason the second test is not starting directly after the master test completes, and that is what I want to happen. I have synchronize counters on for the second test. I think it was working at one point but I am not sure what to change to force the second test to start when the first one completes.