Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP pop up window handling
#1
Not Solved Rolleyes 
Im facing the problem regarding pop up window
When im recording the scrpit the pop up window opens after clicking on webbutton and also records the further steps but when im running the script pop up window is not opening and qtp showing the error that object not found for further steps.
Please Help….
Reply
#2
Not Solved
use recovery scenario for the popup window by using recovery scenario manager
Reply
#3
Not Solved
after recording remove the step from script.....else use a if loop...if popup visible

Code:
window(a).winbutton(a).click
if window(a).popup(a).exist(3) then
window(a).popup(a).click
End if
Reply
#4
Not Solved
Hi.

I made UFT scripts for web application and integrated with ALM.

I am getting problem with below popup window.


Code:
Browser("Elsevier Editorial SystemTM").WinObject("Notification").WinButton("Close").Click


I handled as below


Code:
If Browser("Elsevier Editorial SystemTM").WinObject("Notification").WinButton("Close").exist then

         Browser("Elsevier Editorial SystemTM").WinObject("Notification").WinButton("Close").Click

End If


It worked fine in UFT and showed result as success. But in ALM it is showing as failed.

In ALM Report I could see all above occurrences as failed.

Please help me on the same.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SAP GUI gets hanged while closing the Windows Pop Up kathirvelnagaraj 0 5,300 10-23-2015, 06:47 PM
Last Post: kathirvelnagaraj
Exclamation Login & logout in Siebel and clicking pop-up button yuetling926 7 10,675 07-09-2014, 10:43 PM
Last Post: hhamilton
  Is it possible to call Java window and Power Builder Window in 1 Action sbkhbk 0 2,425 06-05-2014, 08:18 PM
Last Post: sbkhbk
  Handling .NET framework menu in webpage using QTP 10 vishnu1067 0 2,191 05-15-2014, 05:30 PM
Last Post: vishnu1067
  select a date from pop-up calendar Dertjon 1 5,546 05-13-2014, 02:29 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)