Running a test suite from batch file.

Ranorex Studio, Spy, Recorder, and Driver.
dmconsulting1
Posts: 169
Joined: Fri Nov 08, 2019 3:23 pm

Running a test suite from batch file.

Post by dmconsulting1 » Tue Nov 19, 2019 9:51 pm

I am trying to run the test suite.

Simple batch file to kick off the suite:
@ echo off
CD C:\Work\P38V_V\P38\bin\Debug\
START /W "" "P38.exe"

P38 is the project name. The command window closes and nothing happens. I was expecting my test suite to run.

dmconsulting1
Posts: 169
Joined: Fri Nov 08, 2019 3:23 pm

Re: Running a test suite from batch file.

Post by dmconsulting1 » Tue Nov 19, 2019 11:06 pm

I created an executable package with the license info and I think that might work. I might have solved this.