Service Tester - passing parameters/automation

Hi,

Is it possible to pass Service Tester parameters when launching so it would automatically load and run a setup in the setup file? We would like to automate running more than one method test at a time. Are there any hooks into Service Tester that we might be able to take advantage of?

Thanks!

Dana

you can use it like

ROServiceTester.exe mytest.roTest /run /exit

but I can recommend to create own client - it will have more possibilities for usage

so you would recommend making a separate client that launches the ROServiceTester.exe my passing the params. The client could read the rodl file to setup the params. Is there a way to create the .roTest file in code?

Thanks!

no, I recommend to create own tester, i.e just call your own methods that should be tested in custom code.