01-12-2011, 09:47 AM
Hi All,
I am facing a problem in Automating a Java developed Application. Please help me out with this problem.
I wanted to click a JAVA hyperlink using my test script But every time when I record I found that it is not recognizing the link instead it is giving me only the co-ordinates of the mouse click.
Please let me know the solution or workaround.
When I do the recording using QTP, I find the below script line and snapshot of the link in Application
QTP is not recognizing the java Link and its properties.
I am using the following environment:
OS – Windows XP
QTP version -10.0
Regards,
Sowmya
I am facing a problem in Automating a Java developed Application. Please help me out with this problem.
I wanted to click a JAVA hyperlink using my test script But every time when I record I found that it is not recognizing the link instead it is giving me only the co-ordinates of the mouse click.
Please let me know the solution or workaround.
When I do the recording using QTP, I find the below script line and snapshot of the link in Application
Code:
JavaWindow("Window_new").JavaObject("Hyperlink").Click "58","6"
QTP is not recognizing the java Link and its properties.
I am using the following environment:
OS – Windows XP
QTP version -10.0
Regards,
Sowmya