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 / dj
Generally for recovery scenarios I dont use functions. I
rather use the keyword or mouse operation which is much
simple.
However based on the question - In order to use the
defined function (RegisterUserFunc) we need to register the
function such that all the objects/methods descrivbed in
the functions are understood.
I may be wrong too...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Explain how you can replace string in qtp?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How will internal and external links be validated and updated? how often?
what is the latest version of QTP? Main difference between 9.2 and 10 version
How to use actions in qtp ?
banking project description for software tester
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the use of Debug Viewer?
how to find that tools work well with your existing system?
How to create runtime property for an object?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Explain qtp(quick test professional)?
If I change the object name in one action will it be updated in all the actions? Or not?