Wht are the BY default Add-ins in QTP 9.2 version and what
all are differences between 8.2 and 9.2
Answers were Sorted based on User's Feedback
Answer / rupesh
Difference between qtp8.2 and qtp9.2
Over and above features provided with QTP 9.0 , QTP 9.2
provides following features:
Mercury Screen Recorder :
Capture your entire run session in a movie clip or capture
only the segments with errors, and then view your movie from
the Test Results window.
Dynamic Management of Object Repositories:
QuickTest now has a new RepositoriesCollection reserved
object that you can use to programmatically manage the set
of object repositories that are associated with an action
during a run session.
Over and above features provided with QTP 8.2 , QTP 9.0
provides following features:
Object Repository Manager:
You can use the Object Repository Manager to manage all of
the shared object repositories in your organization from
one, central location. This includes adding and defining
objects, modifying objects and their descriptions,
parameterizing test object property values, maintaining and
organizing repositories, and importing and exporting
repositories in XML format.
You can open multiple object repositories at the same time.
Each object repository opens in its own resizable document
window. This enables you to compare the content of the
repositories, to copy or move objects from one object
repository to another, and so forth.
Object Repository Merge Tool:
You can use the Object Repository Merge Tool to merge the
objects from two shared object repositories into a single
shared object repository. You can also use the Object
Repository Merge Tool to merge objects from the local object
repository of one or more actions or components into a
shared object repository.
When you merge objects from two source object repositories,
the content is copied to a new, target object repository,
ensuring that the information in the source repositories
remains unchanged.
If any conflicts occur during the merge, for example, if two
objects have the same name and test object class, but
different test object descriptions, the relevant objects are
highlighted in the source repositories, and the Resolution
Options pane details the conflict and possible resolutions.
Multiple Object Repositories per Action or Component:
QuickTest provides several options for storing and accessing
test objects. You can store the test objects for each action
or component in its corresponding local object repository,
which is unique for each action and component. You can also
store test objects in one or more shared object repositories
that can be used in multiple actions and components.
Alternatively, you can use a combination of objects from the
local object repository and one or more shared object
repositories. You choose the combination that matches your
testing needs.
XML Object Repository Format:
QuickTest now enables you to import and export object
repositories from and to XML format. This enables you to
modify object repositories using the XML editor of your
choice and then import them back into QuickTest. You can
import and export files either from and to the file system
or a Quality Center project (if QuickTest is connected to
Quality Center).
Function Library Editor:
QuickTest now has a built-in function library editor, which
enables you to create and edit function libraries containing
VBScript functions, subroutines, modules, and so forth, and
then call their functions from your test or component.
Handling Missing Actions and Resources:
Whenever a testing document (test, component, or application
area) contains a resource that cannot be found, QuickTest
opens the Missing Resources pane and lists the missing
resource(s). For example, a test may contain an action or a
call to an action that cannot be found; a testing document
may use a shared object repository that cannot be found; or
a testing document may use a object repository parameter
that does not have a default value. In all of these cases,
QuickTest indicates this in the Missing Resources pane,
enabling you to map a missing resource to an existing one,
or remove it from the testing document, as required.
| Is This Answer Correct ? | 1 Yes | 2 No |
How you test the object which is dynamically changes its location?
I want to do QTP Certification what is the pattern of Question paper.
what is the difference between DATA TABLE and DATA SET?
What is QTP Frame Work ,and i want it in detail
Hi guys, Our company has started to automate testing and started using the tool QTP.Iam new to QTP and I have the following questions to ask. Would appreciate if anyone could give me a hand on this and explain things in a detailed way. [1] Bugs outside checkpoints: I know that I can easily make the QTP do what I want inside the application. Also, I know that I can insert some checkpoints and that the qtp will notice if those conditions are not met. However, there are bugs and problems that might not be connected to a checkpoint (system crash, database error, losing session/logout etc.); how can I make sure that the QTP will notice such problems as well and flag a test as failed. [2] How to tell the QTP that when a particular statement is "false",it should flag it as, test failed and show in in the test report. In short how to tell the qtp that a test is false from the script so that it shows it in the report For Eg:- if(true) test passed // how to instruct qtp else test failed // how to instruct qtp [3] Test script portability: we are having several environments; If I record a test on User Interface, obviously, the qtp will save the URL; however, how can I make the qtp run the tests so that the url is provided dynamically. Is there a possibility to parameterize the web server.Is this the way to do it.I dont know? [4] Test management: How do I manage the tests? I guess we will be doing it in Quality Center, yet, it’s not perfectly clear to me how we will be doing that. [5] Running scheduled test sets: How do I group tests to a certain test set? How can I make this test set run at a predefined time? [6] Test maintenance: What do we need to do beforehand in order to enable for easy test maintenance, meaning small adjustments in tests? [7] Reports: What kind of reports on test results are available (either QTP or Quality Center)? Thanks in advance and hoping for an answer. Jen
What is keyword driven framework, what is "key" in It.
How can i select multiple items from a WebList bOX USING QTP
How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......
Among all the check points what is the most important checkpoint?
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to insert a check point to a image to check enable property in QTP?