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
How is the Bitmap checkpoint different from Image checkpoint?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
What are the ways you can synchronize?
In qtp, how you can exit for loop?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is an optional step in qtp ?
What is the difference between qtp and selenium?
How to recognise the webelement and verifying that webelement is enabled?
What is fragmentation and paging?
Explain the concept of how quicktest professional identifies object?
How to find operating system information using the qtp script?
Why is Client side image is preferred over server side image?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What are main panes available in qtp test browser?