What are the types of Object Repository’s in QTP?
Answer / b.ramyasri
Hai...
QuickTest has two types of object repositories for storing
object information: shared object repositories and action
object repositories. You can choose which type of object
repository you want to use as the default type for new
tests, and you can change the default as necessary for each
new test.
The object repository per-action mode is the default
setting. In this mode, QuickTest automatically creates an
object repository file for each action in your test so that
you can create and run tests without creating, choosing, or
modifying object repository files. However, if you do
modify values in an action object repository, your changes
do not have any effect on other actions. Therefore, if the
same test object exists in more than one action and you
modify an object's property values in one action, you may
need to make the same change in every action (and any test)
containing the object.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you do more than just capture and playback?
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
Does the Existing reusable action can be modified at the time of calling the action?? Please help me..
How i can use Regular expression in QTP?give detailed steps for it.
What is system testing and what are the different types of tests you perform in system testing?
Is it possible to call from one action to another action in qtp?
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
anyone can explain about "Hybrid framework" in QTP
How to apporach while starting the automation testing?
Explain the terms test and business component?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?