Micro Focus QTP (UFT) Forums
Issue with WebCheckBox - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Issue with WebCheckBox (/Thread-Issue-with-WebCheckBox)



Issue with WebCheckBox - ytramu - 10-21-2010

Hi ,


I am new to this software, Trying to learn QTP. I got a project where I need to Automate my testing on a webpage. once i try record and play with the web page. It is throwing some weired errors. I was told that QTP is not supporting Ajax code. So, I tried to add functionality thru HP Extensibility and then I tried to redo the steps and still i get the following error.

The Test steps are as follows:

1. Login into a webpage -- which i cannot provide in this post.
2. select a program and click next -- upto this point i able to automate.
3. At this point I need to click on the check box where it will allow me to enter a text

a) Once I click on the text area and type "te" and signout
b) stop recording and save the file and hit run button,

It runs to the 2nd step and throws the following error.

Cannot identify the object "message" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application.
Line (6):
Code:
"Browser("HP SALES REP EMAILER").Page("HP SALES REP EMAILER_3").WebEdit("message").Set "te"".
Could anyone help me in this regards....

Thanks in Advance.

Yt.


RE: Issue with WebCheckBox - Saket - 10-21-2010

which QTP version you are?
Have you tried the mentioned with AJAX extensibility accelator?


RE: Issue with WebCheckBox - ytramu - 10-21-2010

Hi Sakat,

I am using version 10 of QTP. It doesnt support Ajax. so, I tried to add a plugin thru Extensibility Accelerator. My company is using only this version. So I cannot try the upgraded version as it is very expensive tool.

Please help me in this issue.

Thanks,
YT.