ContributionsMost RecentMost LikesSolutionsVCLObject, WaitVCLObject methods no longer avalible in Object Browser for a Delpth testet app. TestComplete Version: 15.40.421.7 x64 failing scripts because the VCLobjects no longer avalible in Object Browser and cannot be found during project execution on Delphi desktop application. SolvedRe: Why TestComplete and TestExecute recognizes objects differently. Hi sonya_m, Yes, I did and unfortunately it did not work. I think I have not been able to explain well what the problem is. If you read my answer to Wamboo you may understand the problem. Re: Why TestComplete and TestExecute recognizes objects differently. Hi Wamboo Tnx for your answer, We have a developing machine with TestComplete where we write test cases, then we have a Test server with TestExecute here we run out test cases. The application we test contents DevExpress's TcxGrid with TcxFindPanel that we tring to access here: application.DocumentSelectionView.pnlActiveDocs.cxOrderGrid.TcxGridSite.TcxFindPanelMRUEdit.TcxFindPanelMRUEditInnerEdit.Keys(orderNr+'[Enter]'); The code above working perfectly in TestComplete but TestExecute fails to find the object. Im not shure then NameMapping will help here , but i'll try. Why TestComplete and TestExecute recognizes objects differently. if aqObject.CheckProperty(Sys.Process('MdataQ').VCLObject('DocumentSelectionView').VCLObject('pnlActiveDocs').VCLObject('cxOrderGrid').Window('TcxGridSite', '', 1).Window('TcxFindPanelMRUEdit', '', 1).Window('TcxFindPanelMRUEditInnerEdit', '', 1), 'Visible', cmpEqual, true) then mdataQ.DocumentSelectionView.pnlActiveDocs.cxOrderGrid.TcxGridSite.TcxFindPanelMRUEdit.TcxFindPanelMRUEditInnerEdit.Keys(orderNr+'[Enter]'); TestComplete: TestExecute: Solvedstability problems with TestComplete Hi everyone, I have a question about stability problems that we experience with TestComplete. Over the years, we have succeeded in developing a good series of tests within a single test project that contains several test subprojects. Unfortunately, we cannot get the same result after running the same test project for the same application in the same environment. We first encountered this problem with TestComplete 12.xx and windows 7, now we upgraded our dedicated for testing workstation environment to TestComplete 14.x and windows 10. We want to run our test projects unattended. This is also a separate issue with TestComplete 14.0 to be able start running project with windows Scheduler in Windows 10 Pro. Back to stability issue, we a able to run our test manualy and then get more stable results. Thanks for any suggestens or tips Aletsu