Page 1 of 1

Run module multiplier

Posted: Mon Jan 08, 2018 10:14 pm
by armstronghm24
I am building tests for an application that is not very conducive to automated testing. Many test scenarios include a repetitive step (clicking the same button multiple times) to advance to the final screen to submit an intended change. I am trying to figure out the best way to organize the test suite. Looking for ideas.

Is it possible to run a recording module by a multiplier instead of inserting the same module into a test case multiple times? I am sure the scenario may be a little difficult to visualize, but does anyone have any better ideas for organizing test cases like this?

Re: Run module multiplier

Posted: Mon Jan 08, 2018 10:26 pm
by odklizec
Hi,

You can place a recording module inside a Test Case or Smart Folder and define number of times the TC or SF should be repeated. The Iteration Count could be defined via TC/SF properties. Hore this helps?

Re: Run module multiplier

Posted: Tue Feb 13, 2018 2:29 pm
by hubjohn
Is it possible to run a recording module by a multiplier instead of inserting the same module into a test case multiple times? I am sure the scenario may be a little difficult to visualize, but does anyone have any better ideas for organizing test cases like this?

Re: Run module multiplier

Posted: Wed Feb 14, 2018 6:09 pm
by odklizec
Hi,

There is an option “Replay
iteration count” (in Current Recording settings), which does exactly what you want...
https://www.ranorex.com/help/latest/les ... -to-record

Another possibility is to insert a recording module in test case/smart folder and define Iteration Count if given TC/SF. This is more practical solution in case you need to repeat multiple modules.