challach
14 years agoNew Contributor
Missing Created Object References in IE
Hello All,
I am working on TestComplete 8.2, for a web-based application testing. I have to test the functionality in IE and Firefox browsers.
At present I am facing an issue with the objects I created while executing them in IE - an example is below.
I created an object, say objItem at line 3, and I worked on that.
From lines 4 thru 12 I did some other validations, and some refresh things (clicking on a button and validate some other things)
[Please note that there were some page refresh things happend from line 4 - 12]
Again I want to use the same object created in line 3 (objItem) now in line 13 - where in IE, it says does not exist.
And in Firefox it is working fine.
I faced similar kind of issues with the objects in QTP and I got the solution by using objItem.init before acting something on that object.
Please let me know if anybody has faced similar kind of issues and found a solution for that.
Thank you.
Chandra.
I am working on TestComplete 8.2, for a web-based application testing. I have to test the functionality in IE and Firefox browsers.
At present I am facing an issue with the objects I created while executing them in IE - an example is below.
I created an object, say objItem at line 3, and I worked on that.
From lines 4 thru 12 I did some other validations, and some refresh things (clicking on a button and validate some other things)
[Please note that there were some page refresh things happend from line 4 - 12]
Again I want to use the same object created in line 3 (objItem) now in line 13 - where in IE, it says does not exist.
And in Firefox it is working fine.
I faced similar kind of issues with the objects in QTP and I got the solution by using objItem.init before acting something on that object.
Please let me know if anybody has faced similar kind of issues and found a solution for that.
Thank you.
Chandra.