sunil jaiswal - 2011-03-15

I wanted to know how to control over executing the test case script in the test-suite, based on if the parent test case is passed or not. If parent is passed only then subsequent test cases(children) should get executed, and if Parent itself is failed then children will get failed also. So do we have a way to avoid them executed to save time?