waqas_aslam118
12 years agoNew Contributor
NameMapping aliases Tree Hierarchy Changed.
I am working on Desktop application which is in Developer Express WPF.
Problem:
We are working on different machines for one Application. But at one point we are stucked, which is When we make one test case in machine # 1and for this multiple Aliases being created in NameMapping like
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport.TableHeader
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport.TableColumn
But when on machine # 2 when i execute this test case, it giving me an error message stated "Object Does not exists."
Aliases are exists in NameMapping, but when we update the screen shot of above objects it show the below path
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport2.TableHeader
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport2.TableColumn
aliases get changed w.r.t machine # 2. We need to reowork or need to modify the testcases w.r.t updated hierarchy.
How we can resolve this issue?
Problem:
We are working on different machines for one Application. But at one point we are stucked, which is When we make one test case in machine # 1and for this multiple Aliases being created in NameMapping like
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport.TableHeader
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport.TableColumn
But when on machine # 2 when i execute this test case, it giving me an error message stated "Object Does not exists."
Aliases are exists in NameMapping, but when we update the screen shot of above objects it show the below path
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport2.TableHeader
wndTableRenderDemo.RootPane.null_layeredPane.TableRenderDemo.ScrollPane.Viewport2.TableColumn
aliases get changed w.r.t machine # 2. We need to reowork or need to modify the testcases w.r.t updated hierarchy.
How we can resolve this issue?