ContributionsMost RecentMost LikesSolutionsRe: Web application automation on TestcompleteHi Allen, I was able to get the child object using inner text.Could not delete the previous reply.Thanks for your help.Re: Web application automation on TestcompleteHi Allen, I am attaching a snapshot of the web page hierachy.There are 2 child under the page object-document and form.I want to access a child of the form.I have highlighted the same in the snapshot,it has inner text of 302047.Can you tell me the code to access this with the inner text as you have mentioned in the previous reply?Also till the form object the hierarchy wont vary after that the chuld objects under form can varyRe: Web application automation on TestcompleteHi, I had gone through the article you mentioned. It tells to get a control we need to use Ids of the control in the page. The ids can change in case of dynamically pages which is the case of the application I am testing.So this wont be a reliable method. Please correct if I understood wrong.Web application automation on TestcompleteHi, Does testcomplete provide complete support to automate web application? If yes any setting need to be done in Testcomplete tool for testing web application Regards, SeenaRe: Validate data using testcompleteHi, I have set the reporting difference parameter to true. But it does not still give me a detailed log. Is this supported in TC 7.2? This is the code I am trying set objContract=Aliases.Sys.CallIntake.frmContract_Maintenance set w=objContract.uicSplitContainer.SplitterPanel.uicContractTabControl.uicScreeningCriteriaTabPage.uicSelectionCriteria.uicMainPanel If Not Objects.Compare(w,"ScreeningCriteria",True,1) Then Log.Message "Properties have been changed." Else Log.Message "Properties r same." End If Is this correct? Re: Get row color of a gridHi, The grid is a dotnet grid(System.Windows.Forms.DataGridView).I want the color of the row of the gridGet row color of a gridHi, Does testcomplete have any method/property to get the color of a row in grid? Regards, SeenaRe: Validate data using testcompleteHi, Thanks for the help. I tried using object checkpoints. It shows object compare failed or passed.Is there any way to know which values/properties have changed. I tried using Objects.LastError but if 2 controls properties have changed it shows only the last changed value.Validate data using testcompleteHi, I am currently testing an application using testcomplete. Before running the tests, I need to validate certain data in some screens on the application are correct like for example, I have a form with several tabs.I should check if these tabs have the certain values in each of the textbox and all the required checkboxes are selected,All the grid values are same etc. Also i need to select certain grid values which shows up another set of data against which also validation are to be done. Is there any data validation way in testcomplete to check each of this tab data and grid values etc? Regards, SeenaError:Window does not respondHi, I get an error "Window does not respond" when I do some operations like click operations like clicktab,clickitem.Can anyone help me resolve the error?I tried increasing the method invoke timeout but this did not help. Regards, Seena