In a shared Object Repository in QTP if some object is
changed how can the other script which is using the same
object can be known

Answers were Sorted based on User's Feedback



In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / rajesh

Here question is regarding object change in shared OR, it
can be interpreted in two ways.

case1: Change in object name.
case2: Change object properties.

-In case1 other scripts referring the object, here the
impact is severe and should be modified manually.
-In case2 other scripts referring the object, here there is
no impact and the scripts will be using the updated
properties.

Is This Answer Correct ?    2 Yes 0 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / rana banerjee

One way to figure out the impacted scripts is to do a
search in the script.mts files for the object with the
original object name.

Is This Answer Correct ?    1 Yes 0 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / venkat.ellamaraju

If Object name changed, no problem. If Onject properties changed, then go to Object repository -> Import Shared Respository -> Enable editing

click on "Update from application" -> Save
Now all th updated properties will added to shared repository.

Is This Answer Correct ?    0 Yes 0 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / pradeep

u can always use the test script wizzard.
this is the tool that is provided in the s/w to
automatically study the GUI and provide the user/test
script creator the correct logical name for the new objects
that it recognizes.

Is This Answer Correct ?    1 Yes 2 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / minni

question is confusing be little bit clear.....

Is This Answer Correct ?    0 Yes 2 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / uday kumar_anem

Here is my answer...

If you change object name in shared OR, then QTP
automatically changes the object name in the script/scripts
that are using the shared OR.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

Hi, When I click on a hyperlink a secondary pop-window will open. In that pop-up window there will be 'N' number of records arranged in with paging option in datagrid table. Each rows contains two columns, one is text and the other is a radio button. I will pass the first column value and based in it the tool have to select the corresponding radio button in that row. Please someone help me how to handle this as am new to QTP.

2 Answers   CTS,


Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?

1 Answers  


Name the properties you would use for identifying a browser and page when using descriptive programming?

0 Answers  


How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.

1 Answers  


Suppose i have given 10 test cases all the test cases should be automated?

3 Answers   NTT Data,






If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?

16 Answers   Genpact, HP,


Explain how you can find the absolute value of the number in qtp?

0 Answers  


anyone can explain Diff B/w Actions and Functions

2 Answers  


HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .

1 Answers  


Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?

7 Answers   IBM,


what is the difference between image and bitmap check point

3 Answers  


How many regression test suits in your appliction?

2 Answers   CTS,


Categories