Azeddin_Margani
11 years agoContributor
TC with Oracle Fusion middleware Forms
Does testcomplete work with oracle fusion middleware?
I'm not able to progress with scripts writing because objects identity keeps changing. For example, here is a code sample:
Aliases.Item.JBufferedFrame0.MDIContainer5.EwtComponent6.ScrollBox9.ScrollBox_110.
FormDesktopContainer11.ExtendedFrame2.LWComponent22.EwtComponent21.F
ScrollBox18.ScrollBox_117.DrawnPanel16.FScrollBox14.ScrollBox_113.DrawnPanel12.VTextField12.Keys("easy1234");
Aliases.Item.JBufferedFrame0.MDIContainer5.EwtComponent6.ScrollBox9.ScrollBox_110.
FormDesktopContainer11.ExtendedFrame2.LWComponent22.EwtComponent21.FScrollBox18.ScrollBox_117.D
rawnPanel16.FScrollBox14.ScrollBox_113.DrawnPanel12.LAF_XP_Button?.Click(49, 16);
Is there a way I could make the objects more static?. So that every time I execute, no complain about object identity has changed?.
Regards,
Azeddin,
I'm not able to progress with scripts writing because objects identity keeps changing. For example, here is a code sample:
Aliases.Item.JBufferedFrame0.MDIContainer5.EwtComponent6.ScrollBox9.ScrollBox_110.
FormDesktopContainer11.ExtendedFrame2.LWComponent22.EwtComponent21.F
ScrollBox18.ScrollBox_117.DrawnPanel16.FScrollBox14.ScrollBox_113.DrawnPanel12.VTextField12.Keys("easy1234");
Aliases.Item.JBufferedFrame0.MDIContainer5.EwtComponent6.ScrollBox9.ScrollBox_110.
FormDesktopContainer11.ExtendedFrame2.LWComponent22.EwtComponent21.FScrollBox18.ScrollBox_117.D
rawnPanel16.FScrollBox14.ScrollBox_113.DrawnPanel12.LAF_XP_Button?.Click(49, 16);
Is there a way I could make the objects more static?. So that every time I execute, no complain about object identity has changed?.
Regards,
Azeddin,