zsoudagar
11 years agoFrequent Visitor
TreeView Object full name value is shown different everytime when object spying
In TC v10.30, the treeview object was identified as VBOject (something) using object spy. However, after upgrading to TC 10.60, the treeview object is identified as Windows (something).Windows (something).
For example:
In TCv10.30, the treeviewcontrol object was identified and recorded as Aliases.irs.frmMDIMain.MDIClient.frmNewRegion.treRegions
But in TCv10.60, the same object is identified and reordered with value Aliases.irs.wndThunderRT6MDIForm.MDIClient.wndRegion.TreeView20WndClass
Same object is being identified in two different values. Hence, the test is failing during the playback with error “Object does not exist”.
We can see some extra names included when object spying it.
Can anyone please help me on this?