How the exception handling can be done using quicktest professional (qtp)?
Answer / Archana Yadav
In QuickTest Professional, exceptions can be handled using Try-Catch blocks. The code within the 'Try' block is executed first, and if an error occurs, it is caught by the 'Catch' block, which allows you to handle the exception without causing the test to fail.
| Is This Answer Correct ? | 0 Yes | 0 No |
in which case & which method we can use "native" property of an object ?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Which object repository we use in real time and can we merge 2 object repostiory and how?
How many types of trigger events are there in qtp?
What are Add-ins availble in licensed version QTP8.2
What scripting language QTP of?
how we can do web browser using parametarisation in QTP ?
How to identify 2 versions of browsers based on regular expression
how will you handle the situation when object is not caputred during record?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
How to get data line by line from web element
where do you define the objects as regular expression when u are using regular expressions.