What is meant by Repository?
Answer Posted / devi
Repository means storage place where QTP will store the
object information like name, property and value in
Repository. In otherwords Repository means an interface
between AUT(Application under Test) and TestScript.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can launch two instances of qtp on the same machine?
What is checkpoint in qtp?
What is the difference between per-action and shared?
Explain the check points in quicktest professional (qtp)?
what are all the fileds present in object repository?
Can anybody post some real time scenario in qtp? please its very urgent.
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Tell me about qtp?
How QTP support all types of applications (platforms)?
Can we record an application running on a remote machine using qtp?
Explain features of the latest version of qtp/ uft 12.1?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
How to start recording using quicktest professional?
Mention the different actions types of 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);