ContributionsMost RecentMost LikesSolutionsTested app is not launching I have a desktop application .I am launching .exe and after entering the login details and clicking on login is not opening the main page of the application through script. If i do the same manually,then i am able to login into the application. Please help me on this. How to work with StripPopupMenu using TC? I have a panel which contains objects but TC is not identifying the objects inside the panel .i have to rightclick on the object inside the panel ,popup up appears which contains 1.Add a lesion . After adding the lesion i have to delete the lesion by right clicking on the same. when i record through TC ,below is the code it generated. Aliases.CareSys.frmMain.MdiClient.ClientCareEdit.pnlTabs.tabControlContainer.tabCare.pnltabCare.tabContainerCare.tabCareDelivery.pnltabCareDelivery.tabCareDeliverySubTab.tabBodyMap.pnltabBodyMap.BodyMapEdit1.pnlMain.spMain.SplitterPanel.pnlBm.BodyMap.ClickR(410, 74); // NameMapping.Item.StripPopupMenu.Click("Add lesion"); // Aliases.CareSys.frmMain.MdiClient.ClientCareEdit.pnlTabs.tabControlContainer.tabCare.pnltabCare.tabContainerCare.tabCareDelivery.pnltabCareDelivery.tabCareDeliverySubTab.tabBodyMap.pnltabBodyMap.BodyMapEdit1.pnlMain.spMain.SplitterPanel.pnlBm.BodyMap.ClickR(408, 75); // NameMapping.Item.StripPopupMenu.Click("Delete lesion"); Object spy: Sys.Process("CareSys").WinFormsObject("frmMain").WinFormsObject("MdiClient", "").WinFormsObject("ClientCareEdit").WinFormsObject("pnlTabs").WinFormsObject("tabControlContainer").WinFormsObject("tabCare").WinFormsObject("pnltabCare").WinFormsObject("tabContainerCare").WinFormsObject("tabCareDelivery").WinFormsObject("pnltabCareDelivery").WinFormsObject("tabCareDeliverySubTab").WinFormsObject("tabBodyMap").WinFormsObject("pnltabBodyMap").WinFormsObject("BodyMapEdit1").WinFormsObject("pnlMain").WinFormsObject("spMain").WinFormsObject("SplitterPanel", "", 1).WinFormsObject("pnlBm").WinFormsObject("BodyMap"); please help me on the same . when i use strippopupmenu, its not showing any methods Re: Not able to identify the objects inside panel bar i tried your posts but still i could not able to identify the objects inside the panel. i have attached the Object browser pro for the panel.please help me on this can we trigger test complete execution through sms Is it possible to trigger test complete execution through SMS ? I have a requirement where i need to send an SMS from mobile so TC scripts will be executed in the remote at anytime Working with SQL Database using testcomplete Hello guys, I have a scenario where i have to query data from database and i have to compare the db values with application values. how can i do this using test complete? Not able to identify the objects inside panel bar I am working on desktop application using TC 12.20 .In one of the window ,developers have rendered web browser controls using the CEF(chromium embedded framework) objects .I can only identify the panel not the objects which are inside. How can i work on the objects which are inside the panel . i have attached the snapshots which are rendered inside the screen . Main screen is the one which is standalone. CEF panel is the one which is rendered.