Working with TestExecute via COM
Hi, We are trying to control TestExecute via COM from a Javascript or VB script. Here is the script that we are trying to run: //Project, ProjectSuite and TestItemGroup are passed through arguments var TEApp = "TestComplete.TestExecuteApplication"; var tc = new ActiveXObject(TEApp); var tci = tc.Integration; tc.Visible = true; tci.OpenProjectSuite(ProjectSuite); ProjectTestItems = tci.TestSuite(Project); tci.RunProjectTestItem(Project, TestItemGroup); TestExecute and TestComplete are located on a D:\ drive and not in the C:\Program Files. On this link:Configuring Manifests on Windows 8 and Later Operating Systems, it says : "Your COM client application for TestComplete: Must be digitally signed. (See below.) Must be in the Program Files, Program Files (x86) or Windows\System32 folder." The COM client application is TestExecute / TestComplete or it is something else ? Are we doing something wrong there ? Thank you for your answers, CamilleSolved1.2KViews0likes1Comment