How to handle Run-time errors?
Answers were Sorted based on User's Feedback
Answer / raja83
QTP have Recovery scenerio concept we can handle run time
error through Recovery Scenario
Is This Answer Correct ? | 4 Yes | 0 No |
there are two types of run-time errors
expected (if we know in which line of script it is occuring)
and unexpected (if we do not know the occuring place)
for expected run-time errors we will handle using VB script
like on error resume next method
for unexpected errors we will go for recovery scenario
Is This Answer Correct ? | 3 Yes | 1 No |
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty and GetTOproperty .give real time scenario. 2>Give and real time ex for the bug having "High Severity and low priority"on banking doamin web based application.
What are the major/ important methods, functions in QTP we use realtime testing
Explain QTP Testing process ?
How you will rate urself in QTP in the range of 0 to 5
How we can differentiate between stand alone application and web application in QTP?
Explain how qtp identifies object?
How many ways we can parameterize data in QTP ?
how you have used object libraries? plzzzzz do answer
what is the silent mode in WR?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
Explain abt the File System Object in QTP with ex