Forum Discussion

tarleaa's avatar
tarleaa
Contributor
14 years ago

Skipping test item execution

Hello,



I have a Project that contains a number of test items. I also have a function that is called from within the test item's function, that at one time in the test items life span searches through a table to see if a certain link is found. If it's found, clicks on it. If not, I want to skip that test item execution, because in my scenario the test item cannot be performed without the existence of that link.

I've tried using the Halt  method but this stops my entire Project, not only the current test item.



Any ideas on how I can do this?



Thanks,

Andrei