mgroen2
9 years agoSuper Contributor
Execute teststeps in random order?
I have following situation, which leads to this question:
I use keyword testing, to fill some input fields, click on button, etc on a screen.
Question is: how can I make the order in which buttons are clicked/input fields are entered, etc, Random?
I can use while and for loops, etc, but I want to achieve random order of steering controls in a testcase?
Is this even possible with Keyword Driven testing alone? Or is scripting required?
Thanks for ideas, and tips.