ContributionsMost RecentMost LikesSolutionsRe: Unable to connect to TestExecute: Server execution failed Marsha_R : I have already went through the video and created pipeline by following the steps from the video. How Do I check and see the permission in Azure Devops? Unable to connect to TestExecute: Server execution failed Hi All, I'm trying to run my test complete scripts in Azure Devops pipeline. Currently showing this below error message and the build is failing: "Unable to connect to TestExecute: Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE))" I have tried the following: In my TestComplete on the client machine: * Launch TestComplete * Go to "Tools|Options|Engines|General" and disable Enable support for Windows Store applications * Close TestComplete and run the test again I also have the "Test Complete Test Adapter" installed into my pipeline. Anyone knows how to fix this? Re: tested window (or control) has been deleted The detail tab has this message: The window with the handle 0x00000000 does not exist. This error occurred when the tested window (or control) or its parent object was deleted or recreated right before the method call. For example, you stored a window reference to a variable and then called a method through this variable. If the object has been recreated, then to avoid the error, get the new object before the method call. Tested object: Aliases.browser.pageLogin.textbox (Sys.Browser("chrome").Page("url_name").FindElement("//input[@id=(//label[.='Username']/@for)]")) I'm not sure how to resolve the issue. tested window (or control) has been deleted Hi, I'm new to test complete. I have built my first script using cucumber BDD. I'm testing Salesforce Application. Whenever I run my feature file I get "tested window (or control) has been deleted" error message and my test stops at execution. This only happens when I lunch my chrome browser from the extended monitor. I don't get the message when I run the script by launching the chrome browser from the laptop. Anyone knows what is the root cause of this issue and how to resolve it? I have tried putting Aliases.browser.RefreshMappingInfo(); into my hooks file @BeforeFeature function but still having the issue. Solved