Page 1 of 1

Test suite itterations

Posted: Thu Feb 26, 2015 8:07 am
by rappeldoorn
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

Re: Test suite itterations

Posted: Fri Feb 27, 2015 4:20 pm
by Support Team
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.
DataSource.png
SimpleDataTable.png
Table.png
It is not absolutely necessary to insert data into the table.
TestSuite.png
The Test Cases under the parent test case will be executed five times in the example above.

Regards,
Bernhard

Re: Test suite itterations

Posted: Wed Mar 04, 2015 9:22 am
by rappeldoorn
Bernard,

Thank you very much for the nice answer :D

Regards Rob Appeldoorn