what are recovery management techiniques?
Answer / sreeprasad
Recovery scenario manager is used to handle exception.
exception is run time error,three steps to handle
exceptions.
(1) .trigger event:-pop-up window,object state,test run error
and application crash
(2).recovery operations:-select an operation to perform when
the trigger event occurs they are 1.keyboard or mouse
peration 2.close application process 3. fuction
call4.restart miscrosoft windows
(3).post recovery:- select the last run operation you want to
perform when the recovery operation is complect
.test run options:
(1). repeate current step and continue
(2). preceed to next step
(3). proceed to next action or component
(4). proceed to next iteration
(5). restart current test run
(6). stop the test run
| Is This Answer Correct ? | 2 Yes | 0 No |
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
When I start recording any web application (either Mozilla or IE) QTP recognizes window instead of browser and also it does not show all the hierarchy tree of that particular web page. 1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") 2. As everybody knows it should be browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") I am using the windows vista, do you think it may be a problem of my settings in QTP or problem of my installation. Your kind responses will be appreciated. Thanks in advance. Satya
How you can find length of array in qtp?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
draw the qtp frame work?
Which scripting language QTP is using?
Explain QTP using different development techniques ?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
0 Answers RR Donnelley, RRDonnelley,
Can we record an application running on a remote machine using qtp?
examples of user definied functions? how to write user defined functions in qtp9.2?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.