Forum Discussion

swapnildaphal's avatar
swapnildaphal
Occasional Contributor
14 years ago

Want to restart testcomplete 6.52 using script while execution is going on

Hi

I want to restart testcomplete 6.52 from script environment while execution is going on and want to resume execution from the next point.



Is it possible?



Last option is using batch file but it is not so feasible in my case.





Thanks in advance



Swapnil Daphal.

1 Reply

  • Hi,



    There's no way to restart TC from scripts. In your case, a batch file would be a solution to do this - if you start TC with the /exit command-line parameter, stop you test with an error when you want to restart it and check TC's exit code in the batch file to decide whether to start it again.