Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 653 by gromp43: Test Case repeat / for loop statistics
http://code.google.com/p/robotframework/issues/detail?id=653
We need a way to repeat a Test Case over and over so that the statistics
are generated and viewable. For Example, I want to complete one short test
case, but do it 100+ times. At the moment I'm stuck with creating 1 test
case and using a for loop to repeat everything in it, which leaves me with
no useful statistics in the report/log. Otherwise I'd have to copy my test
case 100 times to new test cases.
If a repeat test cases can't be done then statistics for for loops would be
nice to have so it will fix the above problem.