hi friends
please tel me how to handle the recovery manager(All i.e
PopUp ,Application Crach ,Object state,etc) in QTP
Answer Posted / anonymous
Recoveries are 4 types which are implemented using Trigger
Events.
1. Popup:
When an user skipped the text field like password, a pop
up will come out telling that he hasn't entered/has skipped
a mandatory text field. Qtp handles this.
2. Object's state:
Somtimes, some buttons may be disabled depends on certain
conditions. - like Only after entered the data in DB, the
Delete button will be enabled, which indirectly tells us
that the data is being stored in db.
3.
a. Object Not Unique (Rarely used). Because every object
should represent a specific functionality and how is it
possible that two functionalities are same? Almost
Impossible, except itis just the Object properties are
similar.
b. Object Not found: when an object missed in the
current build (which was there in the previous build), then
qtp deals with this situation.
4. Application Crash: May be nobody has used it.
Tell me how you got IBM interview?
Is it real?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the basic and unique feature of dotnet
what is the extension of SPDS Dynamic cluster tables?
Delta 5 weight scale not connect with oracle application what i can do?
how to stop execution of step 3 in a job mainframe
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
what is the difference between an OS(operating system) and Framework?
What is dialog programming?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Write a pascal program to calculate the sum of the first 100 even number and odd number
write a sql qwery which include joining of two tables 4 marks mainframe
how we can know the funcions available in a class recording java?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
how to display xisheet in list box in c# .net