Forum Discussion

rohita's avatar
rohita
Occasional Contributor
6 months ago
Solved

Trigger TestExecute from local machine.

I want to trigger TestExecute on remote machine from my local machine.
How can I do that ?
I do not want to use NetworkSuite.

  • Yes we can do it. First PsExec we need to install or we will pass cmd then we will trigger for TestExecute automatically it will open and scripts will execute.

    EX:psexec \\REMOTE cmd.exe -i -u domain. local\admin -p password

    "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" "E:\abc\littler.pjs" /run /p:abcproject/arg:/CArgs:QA/e

     

2 Replies

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    Create a Windows Task Scheduler on your remote machine, with the appropriate parameters for TestExecute. Use Windows Computer Management on your local machine to connect to the remote machine and then run the Task Scheduler.

     

    I suggest you read through Running Tests via Remote Desktop

  • Yes we can do it. First PsExec we need to install or we will pass cmd then we will trigger for TestExecute automatically it will open and scripts will execute.

    EX:psexec \\REMOTE cmd.exe -i -u domain. local\admin -p password

    "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" "E:\abc\littler.pjs" /run /p:abcproject/arg:/CArgs:QA/e