how can i impliment error handling in QTP?
Answers were Sorted based on User's Feedback
Answer / deepak k
Use "OnError Property" to hundling using following Error
numbers
Error Number Description
429 ActiveX component can't create object
507 An exception occurred
449 Argument not optional
17 Can't perform requested operation
430 Class doesn't support Automation
506 Class not defined
11 Division by zero
48 Error in loading DLL
5020 Expected ')' in regular expression
5019 Expected ']' in regular expression
432 File name or class name not found during Automation
operation
92 For loop not initialized
5008 Illegal assignment
51 Internal error
505 Invalid or unqualified reference
481 Invalid picture
5 Invalid procedure call or argument
5021 Invalid range in character set
94 Invalid use of Null
448 Named argument not found
447 Object doesn't support current locale setting
445 Object doesn't support this action
438 Object doesn't support this property or method
451 Object not a collection
504 Object not safe for creating
503 Object not safe for initializing
502 Object not safe for scripting
424 Object required
91 Object variable not set
7 Out of Memory
28 Out of stack space
14 Out of string space
6 Overflow
35 Sub or function not defined
9 Subscript out of range
5017 Syntax error in regular expression
462 The remote server machine does not exist or is
unavailable
10 This array is fixed or temporarily locked
13 Type mismatch
5018 Unexpected quantifier
500 Variable is undefined
458 Variable uses an Automation type not supported in
VBScript
450 Wrong number of arguments or invalid property
assignment
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / supraja
By using Recovery scenario manager we can handle Errors
and using script also we can hadle errors and popups and
using ON ERROR RESUME NEXT we can just skip the errors we
can Recover the erros.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uma
By using Exception Handling We can handle the errors. The EH
will have three types 1. Popup Handle 2. TSL Handle
3. Object Handle.
| Is This Answer Correct ? | 2 Yes | 1 No |
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
Can we record using all the modes in a single script? Explanation with example is appreciated
How to verify the Cursor focus of a certain field?
What are the limitations in using Virtual objects?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
what r the main attributes of test automation?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
how do check the links in a webpage ?
I Have web table shown below ----------------------------------------| | orcut | GMAIL | NAUKRI | |----------|---------|-------------------| |HOT MAIL | MONSTER | VISIT FACEBOOK | |----------|---------|-------------------| |SKYPE ACC | IRCTC | GOOGLE | --------------------------------------- Here i have 2 question friends.. 1.i want to chick the link "VISIT FACEBOOK" is there or not if it's there i want to click the link 2.here how to find the web table row or column count ... don't write the excel or data table script here friends ..consider that it's a WEB TABLE