ContributionsMost RecentMost LikesSolutionsRe: Test failing due to overlapped window The test I'm trying to run is the Login test into my application. Even working, because testcomplete enters a password and server and I get logged in properly, it returns a failure. If I run the test (either keyword or script) with the TestComplete program, both work. If I run the from powershell the Execution plan with the keyword test, it works. If I run the from powershell the Execution plan with the script test, it fails: When running the command using TestExecute, I got an error: PS C:\Program Files (x86)\SmartBear\TestExecuteLite 15\x64\Bin> .\TestExecuteLite.exe "C:\Users\pevolve\Desktop\TestComplete\PETestProject\PETestProject.mds" Fatal Error: TestExecuteLite cannot start. Initialization error. When running from the pipeline, I first start my application to be able to interact with it, and I can see it working. Re: Test failing due to overlapped window From my pipeline, I have this command to run in a Windows 10 Pro VM where the runner is installed: .\SessionCreator.exe RunTest /UserName:myuser /password:mypassword /UseActiveSession /ScreenResolution:"1920*1080" /ProjectPath:"C:\PathToMyProject\MyProject.pjs" Before I run the UI Test stage, I log into the VM to see if it performs the test, and I can see it runs properly. But the results are seen as a failure, and these are the logs printed: The TestComplete process has exited with the following code: 2. 29 There was an attempt to perform an action at point (35, 5) which is transparent or out of the window bounds. 30 The test run has stopped because your test project is configured to stop on errors. 31 TypeError: Cannot read property 'split' of undefined 32 The test run has stopped because your test project is configured to stop on errors. 33 The window is overlapped by the 'TestComplete - C:<SPAN class="token function selector"><SPAN class="token function selector">\PathToMyProject</SPAN></SPAN><SPAN class="token function selector"><SPAN class="token function selector">\MyProject</SPAN></SPAN>.pjs' window. 34 There was an attempt to perform an action at point (1235, 809), which is overlapped by TestComplete's window. 35 The test run has stopped because your test project is configured to stop on errors. 36 The project suite execution has been stopped. No idea what I could do. I've also tried what you said about disconnecting from the Remote Desktop. Same result as before. I started the runner from the cmd, with "gitlab-runner.exe run" to allow to start my application first. Re: Test failing due to overlapped window I need to run the test from the VM. I trigger it from a pipeline. For testing purposes, I logged into the VM, and then I ran the tests opening TestComplete software in the VM, worked. From the same virtual machine powershell window, it failed. Test failing due to overlapped window Hello, I have a test that works fine by running from TestComplete, but it's failing when running through the command line. This is the error output I get from the console: Any ideas how to solve the issue? SessionCreator.exe returns Unable to run the test, because neither TestComplete, nor TestExecute was Hello, I'm pretty new to SmartBear Tescomplete. I'm trying to integrate with Gitlab so the test can run automatically. I followed this tutorial: https://support.smartbear.com/testcomplete/docs/working-with/integration/scc/gitlab.html However, first I wanted to run the command from the machine itself (I also tried it in mine): C:\Program Files (x86)\SmartBear\TestExecuteLite 15\Bin> SessionCreator.exe RunTest /UserName:MyUserName /password:MyPassword /UseActiveSession /ProjectPath:"C:\Users\MyUser\Desktop\MyTests.pjs" I got the following error: Unable to run the test, because neither TestComplete, nor TestExecute was found. Any ideas? Thanks in advance SolvedProperty CheckPoint - WinForms - Unable to verify value Hello, I am new with TestComplete. I have recorded a few tests but the property checkpoints failed Unable to verify a value with the property checkpoint, because the target object does not exist I'm using a WinForm solution. I think the issue is the random name that was generated in the test recording, which is not going to be the same when we run the tests. Aliases.OfficeEvolveDesktop.RibbonCMSDesktop.MdiClient.RibbonWindowForm.panelControl1.IntegratedClientEditView.tableLayoutPanel.tabPagePanel.ExtendedTabbedWorkspace.zbd2df1c_914c_4690_86b1_1ac47fec5954.BaseView.BaseView.DataDrivenControlEx.TabbedDataDrivenGroupStyle.XXtraTabControl.XXtraTabPage.DataDrivenAttributePanel.XtraScrollableControl.RendererPanel.Preferred_Name.textBox.TextBoxMaskBox Any advice would be appreciated, Thanks.