Robert,
Very interesting indeed, DDT might be something we can move towards in the future. Thank you for the concrete example, I will keep it for reference.
Currently though, we have a few dozen scripts, and time is limited at the moment so we will not be able to streamline it all into DDT even if it is possible. I managed to run these using Runner.CallMethod (see below); would you care to give a short example on how to translate that into using aqObject.CallMethod?
Runner.CallMethod('MyTestScenario.Run');
->
aqObject.CallMethod(....?);
Thank you,
Johan