While creating Recovery Scenario for Pop-up
window..In 'Recovery operation' we have to call a function.
Can u tell me that function.
Answer Posted / janani santharaman
If you select “Function call" option we have to select the
file containing our library functions.
then we will have two radio buttons
1.Select function
2.Define new function
if we select the 'select function' radio button then we
have to use the following syntax
Function (Object)
‘ recovery information and code goes here
End Function
Example:
‘ Close the About Notepad window.
Function AboutWindow(Object)
Object.Highlight
Object.Close
End Function
if we choose 'Define new function' then Create a new
function by specifying a unique name for it, and defining
the function in the Function Name box according to the
displayed function prototype. The new function is added to
the library file you selected.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
unique properties of button,edit box, radio button,check box?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How is the Bitmap checkpoint different from Image checkpoint?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Who uses qtp tool?
How is UFT 11.5 version different from UFT 12.0?
Explain the concept of object repository and how QTP recognizes objects?
What is the process of synchronizing qtp and aut?
how to convert 100 into hundred repees only and viceversa
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
what is the difference between modular framework & datadriven framework
What are the types of environment variables in qtp?
What are the different types of recovery operation?
What is business process testing(bpt) in qtp?
What are the differences between quicktest professional and winrunner?