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
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 |
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 |
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 |
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 |
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 |
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
who QTP recognizes the object stored in object repository?
Per-Action Vs Shared repository?
Hi anyone having QTP 10.0 licence or crack version pls send me in this mail id mdilipkumar04@gmail.com Regards Dilip
what is the use of automation frame work ??(QTP)
What is a programmatic description?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How do you create new test sets in td?
What is a data driven test in qtp?
What is runtime objects and test objects? What is the difference between them?
Explain in brief about the QTP Automation Object Model.