hogueybear
11 years agoOccasional Contributor
Aliases and name mapping
When I Record Script and click on my application it is referenced as
Aliases.java.frame0
But when I rerun the test is can not find, Aliases.java.frame0
Using object spy I see my application is actually named
Sys.Process("java", 2).SwingObject("JFrame", "zServer 7.0", 0)
If I take my automated script and replace Aliases... with Sys... all the other references are borken.
I looked into object mapping, but I have been unable to map the Sys... into the Aliases. I keep gettting errors that say the heirarchy doesn't match.
Is there a simply way to either tell tc not to use frame0 or to get the mapping correct?