Forum Discussion

jenny's avatar
jenny
Occasional Contributor
14 years ago

Same test object has different object tree structure

Hi

I am practising TestComplete7.52 for java applet automation. Recently, I faced a strange issue, could you give me some help, thank you in advance!



In this java applete,  click  a button to open a swing dialog,  and check this dialog in object browser, you will find that

it is located in iexplore process branch.  However, I did the same operation in another machine, and found that it was

under java process branch.  So strange!  Same java applete, same test object, same browser, same TestComplete7.52,

and got different object tree structure.



B.R.

Jenny

1 Reply


  • Hi Jenny,





    Please make sure the FullName of the object is the same in both cases (except for the process, of course). Also, check children of the java.exe process on the machine where windows are children of IE and vice versa. The point is that you might be working with different objects. Some top-level windows for applets can be children of java.exe, while other windows of the same applet can be displayed as children of the IE process.