Forum Discussion
Julia_K
Alumni
14 years agoHello Kaushik,
Using TestComplete like a controller for remote hosts is possible.
To allow TestComplete to process requests while the tasks are being executed on the remote hosts, you need to run those tasks using the Task.Run method with the WaitForCompletion parameter set to false[/]. If this parameter is false, TestComplete will not wait until the task on the host is executed and resume the script execution on the master computer.
For more information on this parameter and how it affects the distributed tests flow, please see the Task.Run Help topic. Please note that the Job.Run and NetworkSuite.Run methods also have the same parameter.
I hope this information helps you.
Good luck.