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 ?
Answer Posted / 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 View All Answers
What is action? How many types of actions are there in qtp?
Explain the check points in quicktest professional?
which type of testing process are you following in ur company? how to recognize a qtp page?
can the activities of test case design be automated?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
what is review
What is the keyword view and expert view in qtp?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Explain the new feature of UFT regarding the export of test results?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
What are the different types of qtp test assets and their extensions?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
what is Property......End Property loop? how to write sript for it in QTP
Explain the differences between table and db checkpoints?