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 |
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
In a web site, Protocal has been changed http: to https: what is your approach?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is quicktest professional window?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Can you import and export data from XLS and how?
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
what is object spy
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
difference between multiple parameterization and data driven wizard in QTP?