.how will you load the object during runtime
Answers were Sorted based on User's Feedback
Answer / pavani prasad
we can add objects during run time by using
repositories.collection.add("path of the shared repository")
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / uday
You can use Object Repository Automation Object Model. This
feature is available from QTP9.1.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are Child Objects?
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
There is web page with the webtable,this contains some data, how do you manipulate the data.
which command u will use to access the application through descriptive programing?
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????
what is QTP batch testing tool?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
how to get no.of non empty rows in a excel sheet through vb-script
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?
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
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);