Solved
Forum Discussion
baxatob
8 years agoCommunity Hero
heidi_n
8 years agoRegular Contributor
But non keyword tests don't have the Tested Apps section, right? We are not using keyword tests.
- tristaanogre8 years agoEsteemed Contributor
The "TestedApps" object can be added to any project and called by either KeywordTests or Script code.
- heidi_n8 years agoRegular Contributor
I added the bat file as a Tested App. How would I call it to run in a script (JavaScript)?
EDIT: Oops, I see from an earlier comment it is
TestedApps.yourBatFile.Run()
I will try that thanks everyone!