Pitney_Bowes_-_
14 years agoNew Contributor
Data Driven Test Loop
I am new to TestComplete 8 and have used it over
the last two months on and off because I am reviewing potential automation
software for QA. I am having issues with a test case which has two Data
Driven Tests in a Loop. The first one obtains an orderNumber and places
it within a text field in the application. Another screen appears after it is
successful and I have another Data Driven Test in a Loop which comes from the
Data Generator which (I would like to have insert each row of the table each
time it loops). The issue is the first DDTL works very well, although the
second DDTL picks up the first row everytime.
How do I configure the test case to have both DDTL to pick a unique row in
consecutive order?