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 |
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How to record right click of a context menu and click on the selection ?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Give answer with example what is orthogonal array testing technique?
keyword driven framework having how many folders? explain folders in detail?
how will check the links in multiple pages at a time
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How does QTP identifies the object in the application?
What are the different ways to invoke an application using QTP?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
what is the use of VIRTUAL OBJECTS? explain ?