Answer Posted / venu chowdary
qtp means quick test professional.
qtp solves only some actions compare the manual testing.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the types of data tables in qtp?
What is the default add-ins in qtp?
Explain the concept of object repository and how qtp recognises objects?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
How to use the object spy in quicktest professional 8.0 version?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How to record a qtp script ?
What is qtp window?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How to use setroproperty?
Difference between copy to action and call to action?
What ate the Technologies supported by QTP?
Describe function procedure in vbscript.
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);