04-08-2010, 01:54 PM
I also got the same problem everytime I encountered a pop-up box and Web Page dialog box; The object are always not visible or recognized.
For the issue of clicking OK button, I've got this solution (somewhere in this forum or other sites): that you need to insert a script (Sending a Key Command) after the step of clicking OK button.
You can insert this:
Please Help. because I cannot progress to my QTP lessons since the application I'm testing have lots of this. Thanks!
For the issue of clicking OK button, I've got this solution (somewhere in this forum or other sites): that you need to insert a script (Sending a Key Command) after the step of clicking OK button.
You can insert this:
Code:
Set oShell = CreateObject("WScript.Shell")
oShell.SendKeys "{ENTER}"
Please Help. because I cannot progress to my QTP lessons since the application I'm testing have lots of this. Thanks!