How to work with a table in Tress List through TestComplete
We have desktop application in which a tree list is there in dialog. After clicking on a tree item a table appears. We need to input some min max values in the cells of that table. TestComplete identifying that table as a whole and giving its class as TreeListCtrl. TestComplete is not identifying this table as table. Hence not able to iterate through table for inputting values. Also on double clicking the cell in table an edit box and NE_Arrows appears. Using point and fix of object spy it identify the indivisual edit box in all cells of the table but for al the edit box it gives same name mapping path like Aliases.SisXV.dlgDefineOneParameterClassification.TreeListCtrl.NumEdit32.Edit
How to work with such table? Could you please help me in this?