How to handle run time errors?
Answers were Sorted based on User's Feedback
Answer / sharath
By using Recovery Scenario manager or by using a simple
If (..............Exists) Then
Do action......
End If
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rambabu-hyd&banga
using exception handling we can handle the run time errors
they are three types in winrunner
1)tsl
2)object
3)pop-up
In qtp they are 4 types
1)pop-up window
2)object state
3)Test run error
4)application crash
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jyotsna
We can handle runtime errors by using Exception Handling
option in winrunner. In this we have 4 types of exceptions.
1. POPUP Exceptions
2. TSL Exceptions
3. Object Exceptions
4. Web Exceptions.
Correct me if i'm worng:)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivasamurthy
1)Below are the trigger event Exceptions. we can hadle this
type of run time errors Using Recovery scenario.
pop-up windows,
Object state,
test run error
application crash
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramesh kolla
Unexpected events, errors, and application crashes during a
test run can
disrupt your test and distort test results. This is a
problem particularly when
running tests unattended?the test is suspended until you
perform the
action needed to recover.
By using Recovery Scenario manager
Trigger Event
Recovery Operation
Post-Recovery Test Run Option
if this is wrong and letme know the correct ans
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m
On Error Resume Next method we use to handle the runtime error
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / barun choudhary
(a) On Error Resume Next : causes execution to continue with the statement immediately following the statement that caused the run-time error, or with the statement immediately following the most recent call out of the procedure containing the On Error Resume Next statement. This allows execution to continue despite a run-time error. You can then build the error-handling routine inline within the procedure.
Using "Err" object msgbox "Error no: " & " " & Err.Number & " " & Err.description & " " & Err.Source & Err.HelpContext
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishant kumar
On Error Resume Next : causes execution to continue with the statement immediately following the statement that caused the run-time error, or with the statement immediately following the most recent call out of the procedure containing the On Error Resume Next statement. This allows execution to continue despite a run-time error. You can then build the error-handling routine inline within the procedure.
Using "Err" object msgbox "Error no: " & " " & Err.Number & " " & Err.description & " " & Err.Source & Err.HelpContext
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
WHat is Object Identification and Object Spy?
What is the use of text output value in quicktest professional (qtp)?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
what is syncurnisation point? what is the use of this in real time environment? plz explain?
How to retrive the property of an object?
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
How can we close all webbrowsers which are opened in out desktop?
How to compare the two strings?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What is vulnerability?