Solved
Forum Discussion
AlexKaras
Champion Level 1
8 years agoHi Heidi,
> how to launch the bat file/make it run at the beginning of my test.
Consider to execute your .bat file from OnStartTest event handler.
tristaanogre
8 years agoEsteemed Contributor
Or, even another option, use the WshShell.Exec method to execute a command line of any type, including executing a batch file.