Updates:
        Status: WontFix

Comment #2 on issue 653 by pekka.klarck: Test Case repeat / for loop statistics
http://code.google.com/p/robotframework/issues/detail?id=653

Similar functionality has been asked earlier in issue 212, issue 210, and issue 319, but we have decided not to implement it. We want to keep the logic how tests are executed and statistics generated as simple as possible.

One good approach to handle this kind of situation is generating the test data using an external script. You would basically move your for loop out of the framework, and use it to populate a test case file with 100 test cases based on some simple data mode. Janne even created a prototype of a generic test data generator, and it is linked from the issue 212. That issue also has links to further discussion about this topic on mailing list.

Reply via email to