The looping support of Molybdenum is very basic at the moment. It was mainly implemented to find memory leaks in web applications or sporadically occurring phenomena.
- Only all tests in a suite can run in a loop
- Parameterization of runs is not possible
- A report will show the result of the last run only
How to setup looping?
- Goto the menu Edit --> Script Properties...
- Change the value of Loops to your needs. It is set to 1 by default
- Use the regular Run all tests command or the shortcut F9 to start tests in a loop

Accessing the loop counter
The loop counter can be accessed through the variable molybdenum_loop.
Loop counting starts with 0.