Dependent tests

General chat about HostMonitor
Post Reply
darmen
Posts: 12
Joined: Mon Jul 03, 2006 2:52 am

Dependent tests

Post by darmen »

hi,

Is anybody know how to make a test dependent to another ones bad result.?. What I am trying to do is: if atest replies bad try 2nd one, if it is also bad , try 3rd one...

Thanks
Steveo
Posts: 4
Joined: Wed Apr 09, 2003 6:00 pm

Re: Dependent tests

Post by Steveo »

You would do this under the "this test depends on" section of the test. If you want to run test 2 when test 1 fails make test 2 dependant on failure of test 1. Test 3 would depend on test 2 failing and so on. If test 3 should depend on test 1 failing twice rather than test 2 failing..... not sure how to do that one myself.
Post Reply