How to handle "Java Runtime error" popup window in the web
application ? Sometimes the application throws the error
repeatedly... Is there any browser setting available to
disable the error ?

Answers were Sorted based on User's Feedback



How to handle "Java Runtime error" popup window in the web application ? Sometimes the a..

Answer / zodge vaibhav

Using QTP, we can use "Recovery Scenarios". search for
this, surely get some helpful info.

Is This Answer Correct ?    4 Yes 2 No

How to handle "Java Runtime error" popup window in the web application ? Sometimes the a..

Answer / alok

Hi,
There is an option in Recovery scenario manager to handle
the pop up error.Just go there and Select that option.
or
U can add the follwoing code
on error
Resume next

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More QTP Interview Questions

What does mean by Scope of Automation?n How we defined it?

0 Answers   L&T,


Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?

7 Answers   Accenture,


In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click

2 Answers  


when u script reveiwing in which area u more concentrates?

0 Answers   IBM,


How to supress warnings from the "Test results page"?

6 Answers   BirlaSoft,






Explain in brief about the QTP Automation Object Model.

0 Answers   Crea,


Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?

3 Answers  


Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first

2 Answers   Symphony,


What are private functions in QTP? How they can be called from the function library?

0 Answers   HCL,


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

0 Answers  


When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table

2 Answers  


What is chaild object method? When we will go for chaild object method? How to use chaild object method?

2 Answers  


Categories