Forum Discussion
valentine
14 years agoContributor
Hi David,
have you got anymore information for me?...
My code is still:
REM Clears the screen
CLS
@ECHO OFF
REM Launches TestExecute,
REM executes the 'Auto Testing specified project
REM and closes TestExecute when the run is over
REM "C:\Program Files\Automated QA\TestExecute 7\Bin\TestExecute.exe" "C:\TestComplete\TargitAppi\TARGITTestSuite.pjs" /r /p:TARGITRegressionTest /run /exit
ECHO Infinite execution of TARGITRegressionTest Test
ECHO Look for updates
echo if found :
echo Run Test and close Testexecute
echo else
echo Stay in Testexecute: RegressionTest
:loop
start /wait "TestExecute" "C:\Program Files\Automated QA\TestExecute 7\Bin\TestExecute.exe" "C:\TestComplete\TargitAppi\TARGITTestSuite.pjs" /p:TARGITRegressionTest /run /exit
ping -n 20 127.0.0.1 > NUL
GOTO loop
And still it works in windows server 2003 and not in windows XP, when I click on the taskbar icon of testexecute and choose 'stop' or 'Exit' I get the error message:
have you got anymore information for me?...
My code is still:
REM Clears the screen
CLS
@ECHO OFF
REM Launches TestExecute,
REM executes the 'Auto Testing specified project
REM and closes TestExecute when the run is over
REM "C:\Program Files\Automated QA\TestExecute 7\Bin\TestExecute.exe" "C:\TestComplete\TargitAppi\TARGITTestSuite.pjs" /r /p:TARGITRegressionTest /run /exit
ECHO Infinite execution of TARGITRegressionTest Test
ECHO Look for updates
echo if found :
echo Run Test and close Testexecute
echo else
echo Stay in Testexecute: RegressionTest
:loop
start /wait "TestExecute" "C:\Program Files\Automated QA\TestExecute 7\Bin\TestExecute.exe" "C:\TestComplete\TargitAppi\TARGITTestSuite.pjs" /p:TARGITRegressionTest /run /exit
ping -n 20 127.0.0.1 > NUL
GOTO loop
And still it works in windows server 2003 and not in windows XP, when I click on the taskbar icon of testexecute and choose 'stop' or 'Exit' I get the error message:
- "TestExecute is in playing state. Do you want to exit?': I select Yesy and then the error appers
Related Content
- 11 years ago
Recent Discussions
- 6 hours ago