Forum Discussion
jyothi_pp_1
11 years agoOccasional Contributor
Adding to the above issue(I am also working for the same project with Vinayak Bhat), we are using TestComplete 10.0.531 . Currently there is no plan of upgrading TestComplete. This object disconnected issue we are getting when we run the script in browser say Chrome, Safari. In IE it was working fine.
Scenario is:
When we try to click on a button:
Will be creating button object using FindChild method. Then in the code when we call click button function,
if(oButton.Exists or oButton.Enabled)then
oButton.Click
szResult = "PASS"
szResultDescript = oButton.ObjectType &" "&oButton.contentText& " is clicked."
End if
It says object exists and goes inside the loop. But as soon it performs the click operation the object is lost in Chrome and Safari browser. And when we try to get the oButton.ObjectType in the result ,it throws object disconnected error.
Can you please confirm this specific issue will be solved in higher version. If so we can ask for TestComplete upgradation from our customer.
Thank you.
Jyothi
Scenario is:
When we try to click on a button:
Will be creating button object using FindChild method. Then in the code when we call click button function,
if(oButton.Exists or oButton.Enabled)then
oButton.Click
szResult = "PASS"
szResultDescript = oButton.ObjectType &" "&oButton.contentText& " is clicked."
End if
It says object exists and goes inside the loop. But as soon it performs the click operation the object is lost in Chrome and Safari browser. And when we try to get the oButton.ObjectType in the result ,it throws object disconnected error.
Can you please confirm this specific issue will be solved in higher version. If so we can ask for TestComplete upgradation from our customer.
Thank you.
Jyothi
Related Content
- 11 months ago
Recent Discussions
- 9 hours ago