geethwind
13 years agoContributor
TestExecute - unable to invoke test execute remotely
Hi,
I got stuck at invoking Test Execute on a remote machine using PSEXEC.
I am trying to run .bat file “TE.bat” on a remote machine A from the machine B. The command prompt opens up on A with the .bat content but TestExecute is not opening automatically. After sometime the command prompt gets closed.
If I directly run TE.bat on machine A, Test Execute opens without any issues.
Here is the code I am using on Machine B:
C:\>C:\Tools\PSEXEC.exe \\MachineA -i cmd.exe /c start C:\TE.bat
#TE.bat
@echo startscripts
“c:\Program Files\Automated QA\TestExecute 8\Bin\TestExecute.exe” “Q:\Root\Projects\TestA\TestA.mds” /r /exit
Any pointers or suggestions to invoke Test Execute from the remote machine would be highly appreciated.
Thanks,