what is the Command used to start the QTp from Run.(start->
Run)
Answer Posted / surya
systemutil.run"path of the file"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain actions in qtp ?
What is keyword driven framework?
What is QTP’s model for test creation?
banking project description for software tester
Object repositories types, which and when to use?
How can i initiate the objects to find uniquely in OR
Explain features of the latest version of qtp/ uft 12.1?
What is the synchronization point in qtp?
Explain QTP using different development techniques ?
how can i pass a "cript"as a parameter in to a function
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
what is Property......End Property loop? how to write sript for it in QTP
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);
Explain sub procedure of vbscript.
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))