WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
Answer Posted / ramesh r
1.complexity increases when scripts are more
2.it is manadatory to select Shared OR in qtp before
record/scripting
3.while using Quality center it really becomes a trouble
because if any changes occur in qc then we also have to
made changes in file system
4.if size of shared OR is too large then it is also a
problem in this case we have to go for descriptive only
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to find the difference between 2 dates in qtp?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How to use the object spy in quicktest professional (qtp) 8.0 version?
What is the basic concept of quicktest professional?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Key word driven framework
Differences between text and test area checkpoints?
How to recognise the webelement and verifying that webelement is enabled?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
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")
What are the types of object repository?
how to download mercury qtp9.2 ny internet ?
How does qtp recognize objects in aut?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.