Using LR 12.50, I have created 4 scripts which should be run by Loadrunner Scenario one at a time in a specific order. To do so I 'grouped' each script and defined e.g. "Start group" to start a given group when another group finishes, like seen in this screenshot:
In this example I expect the script "prequ8..." to run AFTER the script "prequ7..." has finished. In fact, I set the options so that script1 should run first, followed by script2, then script7, and script8 at last. I SAVED the scenario.
Then, I started this scenario by command line and saw that the script "prequ8.." started first!!! Why is that? Because it is first in list? Is there another, better, proper way to define the order in which the scripts are executed in LR scenario?