ContributionsMost RecentMost LikesSolutionsNeed information on Test Complete Licenses Could you please tell us the types of TestComplete and prices Thanks, Swapna Getting Error with Data Driven Testing Hi , I am trying to use Data Driven feature of Test Complete, Here is the error i am getting "Error: An attempt to work with a closed driver." Here is my code snippet: Sub DDTDriverExample ' Creates a driver Set Driver = DDT.ExcelDriver("C:\Data.xls", "Sheet1") While Not Driver.EOF() Log.Message(Driver.Value(0)) DDT.CurrentDriver.Next() WEnd DDT.CloseDriver(Driver.Name) End Sub Could you please tell me whether Iam missing any Thanks, Swapna Re: Unable to identify the Infragistics Controls and children with TestComplete Hi, We have Tree Grids in our application and inside Tree grid we have one more grid. We are able to enter values in the cells of the Grid but unable to save the values, when we try to enter the values into other cells the value entered previously is reset to previous value. Here is the snippet we used : Aliases.DevWin.frmTimeScale.fmeTimeScale.fmeTimescaleStages.grdStages.TcxGridSite.Container.CurrentView.GridRecords(0).SetValue 3,"100" Log.Message Aliases.DevWin.frmTimeScale.fmeTimeScale.fmeTimescaleStages.grdStages.TcxGridSite.Container.CurrentView.GridRecords(0).DisplayTexts(3) Attached Screenshots of grid and properties: Thanks, Swapna Re: Unable to identify the Infragistics Controls and children with TestComplete Thanks Helen .. It worked for me -Swapna Re: Unable to identify the Infragistics Controls and children with TestComplete Thnks a lot for reply. it worked for me very well. It is working for Click actions perfectly not pausing the playback. But we have some actions like Object.Checked =True. How can we mention Checked Action in Runner.CallObjectMethodAsync method? Thanks, Swapna Re: Unable to identify the Infragistics Controls and children with TestCompleteHi, Thanks for the info. For some of the custom controls iam using native properties and able to interact with. My application is Delphi application and built using compiled with debug information. Now iam facing different issue. We have some model popups displayed when we click on some controls. When the popup displayed my VBScript code looks like struck up and when i close the popup my code is returning to next statement. Is there any specific way to handle model popups. Could you please help on this?Re: Unable to identify the Infragistics Controls and children with TestCompleteHi, Please let me know if any other information is requiredRe: Unable to identify the Infragistics Controls and children with TestCompleteHi, Thanks for the quick response. The control we are interacting is 'Tree Ribbon Backstage View gallery Control" Attached the snapshotsUnable to identify the Infragistics Controls and children with TestComplete Hi , We are trying to automate our desktop application having Infragistics and DevExpress Controls. With Test Complete we are able to capture only parent control and unable to identify children inside in it. Could you guide us how to identify inner controls of Infragistics. Thanks, Swapna