ContributionsMost RecentMost LikesSolutionsRe: TestExecute cannot start properly in VSTS agent. Thanks for your reply. Yes we have the test machine set up for UI automation test. The screen of test machine is unlocked always. TestExecute cannot start properly in VSTS agent. Hi, we need to run TestComplete tests on VSTS agent. We have set up the agaent in Interactive mode and try to start TestExeucte in powershell script as below: $TEProcess = Start-Process "$TEpath\TestExecute.exe" -ArgumentList "$TCProjectFullname /timeout 360 /run /SilentMode /DoNotShowLog /ns /exit /ForceConversion" -PassThru However we observed that the TestExecute process cannot start properly. In process tree, the TE process was started and become red immediately and the process was gone/shut down. Is there some specific setting for test running in VSTS agent? Or is there any way/log to check what has stopped TE process to launch. Thanks & Regards Strange message "connect: No error" shows when run tests using TestExecute command. Hi, we have upgraded our TestComplete/Testexecute from v11.31 to v12.41 and our tests are running using the command as: [Exec] "C:\Program Files (x86)\SmartBear\TestExecute 12\bin\TestExecute.exe" **.pjs /timeout 360 /run /SilentMode /DoNotShowLog /ns /exit /ForceConversion [03:16:11][Exec] connect: No error [03:16:12][Exec] connect: No error [03:16:13][Exec] connect: No error [03:16:14][Exec] connect: No error [03:16:15][Exec] connect: No error [03:16:16][Exec] connect: No error We are using TeamCity and MSBuild in our automation test build. We have gotten a lot of messages "connect: No error" in Build log, tens even hundreds of lines. There were no such messages before upgrading. Do you have any idea what is the reason and how to get rid of these messy messages. Thanks & Regards, Liping Re: TestExecute will pop out one dialog "SmartBear Debug Helper Library has stopped working". Reasons? Thanks Tanya, I have disabled this item in TestComplete following the instructions and rebooted the machine and restart our test agent. This popup dialog still shows consistently. Any other hints or do I miss anything? Liping TestExecute will pop out one dialog "SmartBear Debug Helper Library has stopped working". Reasons? Hi expert, We have run the tests using TestExecute 11.2 in win 10 machine. We found there is one popup dialog to show consistently in this test machine. "SmartBear Debug Helper Library has stopped working". The same tests has run for long time in other test machines with win7 or win8 and we havn't observe such failures. Could you help to figure out the possible reasons? Thanks, Liping Re: How to simulate Left Ctrl key pressed?Thanks. It works.Re: How to simulate Left Ctrl key pressed?Sorry for some wrong information in submitted post. My concern is that we can only press Ctrl key. Wonder how to simulate RightCtrl and LeftCtrl seperately. Thanks again. LipingHow to simulate Left Ctrl key pressed?Hello, We need to keep Ctrl and Left-Ctrl key pressed in our application in order to open two dialogs which are using different technology. Use this way for Ctrl key pressed Sys.Desktop.KeyDown(VK_CONTROL); // Press Ctrl //Open operation. Sys.Desktop.KeyUp(VK_CONTROL); // Release Ctrl Our engineers are using [X163] as Left-Ctrl key's virtual-key code. This virtual-ley code seems not to be supported in TestComplete. Wonder whether this is the correct way using KeyDown and KeyUp. And how can we simulate the Left-Ctrl key pressed. Thanks Liping SolvedRe: Object spy of WPF object: DataGridRowHeaderHi Tanya, Thanks for your reply. I went through the article you mentioned. The article talks mostly about Microsoft DataGrid which seems to be WinFormObject. The DataGrid Object in our application is WPFObject using NameMapping in TestComplete. TestComplete provides many good methods for many operations of Microsoft DataGrid. Our DataGrid WPFObject after mapping cannot find these methods. What we need now is to simulate the row/rows selection with mouse. So we hope to be able to map DataGridRowHeader object in order to simulate the click on the header for selection action. It would be very nice if TestComplete can have the similar method for WPF DataGrid as ClickRowIndicator for Microsoft DataGrid. Regards, LipingObject spy of WPF object: DataGridRowHeaderHi, We have a self-defined DataGrid WPF object used in our application. We would like to use TestComplete to map all components in this table. Almost all components can be mapped except for the header of each row. According to our developers, the type of WPF controller used for row header is DataGridRowHeader. We can map the column header to be DataGridColumnHeader in our application. What is possible reason for this problem with mapping? The TestComplete we used is Version 9.31.3889.7. Thanks & Regards, Liping