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 framework and types of framework? Need of framework in automation? write folder strucuture of framework.
How you can write contexts to text file in qtp?
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How to handle dynamic objects in quicktest professional?
what is Action conversion tool? what the Action conversion tool will do?
What is different command used in command Prompt while using QTP?
can any one tell me the script to click on a button in the wintoolbar.
What is data driver in qtp? Where we use it?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet