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 aNetworkSuite 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? ThanksSolved1.7KViews0likes9CommentsCan you reference Keyword tests across Projects in a Project Suite?
Is it possible to reference keyword tests between projects in a project suite? For example, if we had set up our project suite, projects and keyword testsas follows... Project Suite: MyTestSuite Project: FinanceSystemTests Keyword Test:SalesInvoiceCreated Project: WarehouseSystemTests Keyword Test: SalesOrderDespatched ...is it possible to add a Run Keyword Test action in my SalesOrderDespatched keyword test which executes the SalesInvoiceCreated test located in the other project? I've given this a try but the Run Keyword Test popup seems to limit the list to just the current project.Solved709Views0likes1Comment