Issue in name mapping
Using the object spy , I got a mapped name for an object. Say for example the mapped name looks like Aliases.abcd.xyz.window.Item I ran the test cases using this mapped name it all worked fine. Now after couple of days if I run it now it failed because the mapped name got changed . It got changed to like Aliases.abcd.xyz.window2.Item This has happened for couple of objects over a period of time. I raised this concern with my team and asked the developers if they have changed any of these objects. They confirmed that they didn't touch any of these objects. Can someone help me find out the reason as to why the mapped name gets changed for some of the objects ? I need to find a way to stop this , as this affectsmy test results2.5KViews1like7Comments