Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Well, you can use the TestedApps object to reference each of the programs you need. You can specify paths and commandline parameters within the code/keyword tests.
Another method I've used is creating an object instance of WScript.Shell which allows you to emulate a command-line execution of an application. This is a little more code intensive and requires you to write it as script, not necessarily as KeywordTest but you can call the script from Keyword Test.
For a novice user, though, I'd go with TestedApps.
Another method I've used is creating an object instance of WScript.Shell which allows you to emulate a command-line execution of an application. This is a little more code intensive and requires you to write it as script, not necessarily as KeywordTest but you can call the script from Keyword Test.
For a novice user, though, I'd go with TestedApps.