.how will you load the object during runtime

Answers were Sorted based on User's Feedback



.how will you load the object during runtime..

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

.how will you load the object during runtime..

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

Post New Answer

More QTP Interview Questions

What is API

2 Answers   Satyam,


What is the advantage of associating a procedure with a test object?

1 Answers  


what is life cycle of automation testing ?

7 Answers   HealthAsyst,


New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.

1 Answers  


How QTP identify the system time that's changes every seconds?

0 Answers  






I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

0 Answers  


Do we have to Enable Smart Identification while running Or will it automatically be enabled ?

2 Answers  


What are Child Objects?

1 Answers  


Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance

1 Answers  


any one can explain about QTP proocess,means where to start and how to start Scripting.

3 Answers  


Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"

1 Answers  


how to write testcases for web based insurance,from the script by using qtp.

1 Answers  


Categories