07-21-2009, 04:25 AM
Hello everyone,
I have a Java application and normally my QTP scripts run fine, but recently I have the problem that some buttons are not doing click event.
I am using QTP 10.0 with Java Addin.
The code I am using is:
Also these buttons can be executed by pressing functions keys like F3, and I also switched code to PressKey micF3 but nothing is happening.
On my results viewer I can see that QTP is doing click on the correct button and there is no error. Is like application have not reconized the instruction and then it continues with the following steps.
Can it be a bug from QTP java addin?
I have a Java application and normally my QTP scripts run fine, but recently I have the problem that some buttons are not doing click event.
I am using QTP 10.0 with Java Addin.
The code I am using is:
Code:
JavaWindow("X").JavaApplet("y").JavaButton("Confirm").Click
Also these buttons can be executed by pressing functions keys like F3, and I also switched code to PressKey micF3 but nothing is happening.
On my results viewer I can see that QTP is doing click on the correct button and there is no error. Is like application have not reconized the instruction and then it continues with the following steps.
Can it be a bug from QTP java addin?