Hi there,
I'am looking into creating automated ui tests using test studio. currently I need to set some command line parameters when starting the application
When I looked into the API reference, I noticed that I can set these using Manager.LaunchNewApplication Method (String,String[]) while launching the application.
Can you provide some example to me how the args (second parameter) should look alike?
my parameters:
-x true
-b I012345
Best,
Stefan