0
votes

In order to test the Login functionality of a web application using QTP, I try to add objects (username, password and login button) to object repository with application opened in IE. While i click on username and Password objects to add, it should get them as WebEdit class objects but somehow QTP gets another object name as WebElement class. I am sure that i click on the correct place on page. I could not figure out where the problem is?

1
What is the version of QTP, IE and what is the technology that you are testing? - ManishChristian
I am using IE version 11.0.21 and QTP version 12.0 (UFT) and I am testing Java technology. - MKS
What are the add-ins that you are loading? Is it possible to share the html? Its hard to find root cause. - ManishChristian
Add-ins i am loading are ActiveX, Visual Basics and Web in UFT. I am not able to share html here. - MKS
Try to add those objects to OR manually I mean using "Define new test object" in OR. - ManishChristian

1 Answers

1
votes

http://www.learnqtp.com/uft-object-identification-tips/

Zoom level of Application page in IE was not appropriate.That's why QTP did not sense correct object. Found the issue and that was very simple thing.