Hi,
I just started using Ranorex studio vers 5.0.3 yesterday. I set up the following:
Test suite 1
Test Case 1
Start App
Login
Customer
Of the 3 modules the customer module contains one variable bound to a datasource.
I want to iterate through different customers using the datasource, however, the test playback is returning back to the Start App module. How can I restrict the iteration to 'loop' through the customer module only?
Iteration question
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Iteration question
Hello davilo61,
You need to modify the structure of your test suite in order to iterate just over the “Customer”-recording. E.g.,
For further information on how to structure Ranorex projects please visit: http://www.ranorex.com/support/user-gui ... suite.html
Regards,
Robert
You need to modify the structure of your test suite in order to iterate just over the “Customer”-recording. E.g.,
For further information on how to structure Ranorex projects please visit: http://www.ranorex.com/support/user-gui ... suite.html
Regards,
Robert
Re: Iteration question
Thanks for the help. Yes , I realized all I needed to do was place the action in a separate test case.