savitriv_gadagi
13 years agoNew Contributor
Namemapping
Hi,
Is the object recognition in testcomplete based on aliases created or Mapped Objects?
That Means , Say for
“WPFObject("DragAndDropPanel").WPFObject("Grid", "", 1).WPFObject("ScrollViewer").WPFObject("Grid", "", 1).WPFObject("Panel").WPFObject("LMSListBoxItem", "",
Aliases after name mapping If 2 grids are skipped :
(Aliases.DragAndDrop.ScrolViewr.Panel. LMSListBoxItem)
And Mapped object would be :
(Sys.Namemapping.DragAndDrop.Grid .ScrolViewr.Grid.Panel. LMSListBoxItem)
So after all this, Object recognition is done using Aliases alone? Or using mapped onjects?
Say in next version of softaware under test if property of grid (which is skipped from name mapping)changes , Will the code still works using only the aliases?
Is the object recognition in testcomplete based on aliases created or Mapped Objects?
That Means , Say for
“WPFObject("DragAndDropPanel").WPFObject("Grid", "", 1).WPFObject("ScrollViewer").WPFObject("Grid", "", 1).WPFObject("Panel").WPFObject("LMSListBoxItem", "",
Aliases after name mapping If 2 grids are skipped :
(Aliases.DragAndDrop.ScrolViewr.Panel. LMSListBoxItem)
And Mapped object would be :
(Sys.Namemapping.DragAndDrop.Grid .ScrolViewr.Grid.Panel. LMSListBoxItem)
So after all this, Object recognition is done using Aliases alone? Or using mapped onjects?
Say in next version of softaware under test if property of grid (which is skipped from name mapping)changes , Will the code still works using only the aliases?