Executing same test case multiple times

Experiences, small talk, and other automation gossip.
Rakesh123
Posts: 72
Joined: Thu Oct 28, 2010 2:18 pm

Executing same test case multiple times

Post by Rakesh123 » Wed Jun 11, 2014 5:22 pm

Hi,

I want to execute same test case multiple times for test suite(.rxtst).

I know that I need to use some looping concept for this but not sure how to pull the test case and run multiple times.

Please let me know if this is possible with some code snippets ASAP.

Thanks,
Rakesh

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Executing same test case multiple times

Post by Support Team » Thu Jun 12, 2014 1:05 pm

Hi Rakesh123,

I would recommend to use a data connector in order to repeat a test case. Please read the section "Data-Driven Testing" in our user guide in order to get a detailed description how to use data connectors.

Regards,
Bernhard