L.s.
I have created some modules and put them to a test suite.
i know that it is possible to set itteration per module, but i like also to set itterations to a test suite.
my question is, is it possible to do that because i can''t find it
thanks for the answere
Test suite itterations
- Support Team
- Site Admin
- Posts: 11999
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Test suite itterations
Hello rappeldoorn,
This can be done using test cases as described in the section "Data-Driven Testing"
I would suggest using a simple data table as shown in the example below.
It is not absolutely necessary to insert data into the table.
The Test Cases under the parent test case will be executed five times in the example above.
Regards,
Bernhard
This can be done using test cases as described in the section "Data-Driven Testing"
I would suggest using a simple data table as shown in the example below.
It is not absolutely necessary to insert data into the table.
The Test Cases under the parent test case will be executed five times in the example above.
Regards,
Bernhard
-
- Posts: 5
- Joined: Thu Feb 26, 2015 7:48 am
Re: Test suite itterations
Bernard,
Thank you very much for the nice answer
Regards Rob Appeldoorn
Thank you very much for the nice answer

Regards Rob Appeldoorn