Forum Discussion
How does TC identify the edit box?
name-mapping or you have programatically captured?
I think it's becours you are capturing edit box with common property.
try to identify edit boxes using unique property
If all the properties are common may be parent objects are unique in hierarchy
may be your developers could help...
- swati_nadage11 years agoContributor
Thanks NisHera for your reply.
Actually the table which is there is a tree list control, TestComplete is not identifying its rows and column as indivisual. Its a custom control and third party control. Thats why TestComplete is not identifying it properly and as that table is under tree list it gives methods of tree list for this. It is identifying table as a whole.
- swati_nadage11 years agoContributor
There is no property like wChildView for the tree list control which is in my application and also properties like wColumnCount Property (TreeList Controls) or wRowCount Property (TreeList Controls) are also not there.
I have added treelist control class in object mapping in current project properties. Could you please let me know what shoud I do in order to get these properties for treelist controls.