how to associate object repository during runtime in qtp
Answer / yadagiri
Dim qtpApp
Set qtpApp = CreateObject("QuickTest.Application")
Dim qtpRepositories
Set qtpRepositories = qtApp.Test.Actions("Main").ObjectRepositories
qtpRepositories.Add("D: s.tsr")
| Is This Answer Correct ? | 1 Yes | 0 No |
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
Define object spy ?
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
distinguish between old version and new version QTP features.
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
How can we record an edit box in the Web application ?
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
How to creating an output value using quicktest professional?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
Explain actions in qtp ?