Deploy Slave Project
Hi,
i've a distributed project integrated with TFS in order to execute test by Release (TestComplete v.14.71.275.7 x64).
Project is structured with a Master project and 2 Slave projects that has to work in the related host machine, each of them has a NetworkSuite item with property Deploy : Automatic (other properties available in the General panel are empty).
Test starts properly in debug mode by running network suite from ProjectSuite->Master, while from Release it returns the following error:
Cannot load the remote project. The project file XXXXXXXXXX.mds was not found on the remote computer. Please copy it manually there or modify the network suite's properties to deploy the project to the remote computer automatically
It seems the projects slave aren't copied to host machines once the test is triggered...
Any suggestion about?
I've seen there is following method to execute copy from code:
NetworkSuite.Hosts.ItemByName([HOST_NAME]).CopyProjectToSlave();
Is it necessary?
Thanks
Thompsonn jkrolczy Thanks to everyone for suggestions!
I confirm Jenkins isn't part of this scenario.
I've resolved without contact the support by following steps:
1.Clean manually target folder in the host machines before2.Unbind TestComplete-TFS
3.Delete then re-map again the project in my local machine being carefully to set a path without empty space or symbol dot in the name of involved folders
Now the projects are copied properly and test starts as expected by Release