Forum Discussion

sijinthomas's avatar
sijinthomas
Contributor
11 months ago

Run a group multipe times

Hi,

 

I have a group in test complete execution plan, I want to run it multiple times.Please help me to do this.

 

Thanks,

Sijin

7 Replies

  • Hi sijinthomas , if you adjust the Count parameter on the group, this should re-run the tests. Is this what you need?

     

    • sijinthomas's avatar
      sijinthomas
      Contributor

      I am treating this as a group. Not as a nested project item. If it is a nested project item.we can increase the count. If it is group ,can we do anything for run the testcases multiple times

      • mikef's avatar
        mikef
        Staff

        The count parameter is also available for group items. Create a small group and update the value to test.

  • Apologies - misunderstanding on my part. Count is not available for Group items, I created a "group" by nesting tests under a Test Item, like below. You could take this approach : 

     

     

  • This will work when I am running directly from Test Complete. If I am run from azure devops pipeline,if I running this way, It is difficult to identify which test item is failed.