Forum Discussion

mustak_m's avatar
mustak_m
Occasional Contributor
12 years ago

How to stop TestExecute using command line

Hi,



How can we stop the TestExecute using command line. I know we can use TaskKill command, but this will kill the process. Is there a command to stop the test execution of TestExecute.



Thanks,

Mustak

1 Reply

  • Hi,



    To run and stop Test exexute, you can use /Run /Exit

    if you have a project suite, then It is better to use these commands in a bacth file e.g.



    ../bin/TestExecute.exe ../<Projectfolder> /<TestSuite.pjs> /Run /Exit



    HTH,

    Amir