Forum Discussion

RajeshVV's avatar
RajeshVV
Contributor
7 years ago
Solved

How to rerun a failed test item for a given iteration count.

I tried using a skip variable if the item passes and then execute the next item.  Whereas, if test item fails the iterator does not work and execution continues to the next item in the list.   I'v...
  • shankar_r's avatar
    shankar_r
    7 years ago

    I don't think TC have that ability to do that as it is kind of Custom requirement.

     

    What you can do is, Instead of doing this thru TestItem you can create a Custom function that controls this execution.