waht is the difference between QTP 8.2 and 9.0 version
Answers were Sorted based on User's Feedback
Answer / sudhakar
In QTP9.0 two more options have been added as the QTP8.2 is
divided into
1.test pane
2.active screen
3.data table
4.debug viewer pane
5.tool options
the two things added in 9.0 is it is divided into 7 parts
the above 5 and
6.information pane
7.missing resources pane
and some of the tool options have been made as menu items
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jignesh
As per my view, QTP 8.2 doesn't support custom .Net objects
like (it doesn't sync with Infragistic tools objects,
DevExpress tools objects etc..) but QTP 9.0 support these
custom objects.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / laxman
divya your answer is wrong, if u know correct answer u send
other wise dont send.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sandipgami84
New Features in QTP 9.2
1 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.
2 Dynamic Management of Object Repositories.
Programmatically manage an action's shared object
repository collection during the test run.
3.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.
At the beginning of a run session, the
RepositoriesCollection object contains the same set of
object repository files as the Associated Repository Files
tab of the Action Properties dialog box. The operations you
perform on the RepositoriesCollection object affect only
the run-time copy of the collection.
You can use the RepositoriesCollection object to associate
or disassociate shared object repositories with an action
during a run session or change the priority order of the
objects in the list.
4 Product Enhancements
Enhanced Object Spy Functionality. When you hover over
objects in your application using the pointing hand, you
can view their properties, methods, and object hierarchy in
the Object Spy. As you hover over each object, it is
highlighted in the application.
Web Drag and Drop Support. You can now create and run drag
and drop operations in Web environments.
Text Recognition Support for Windows-Based Environments.
You can capture text from Windows-based objects using text
or text area checkpoints and output value steps, or using
the GetText, GetVisibleText and GetTextLocation methods.
5.New Supported Operating Systems and Environments
QuickTest Professional 9.2 has added support for the
following operating systems, browsers, and development
environments.
Microsoft Windows Vista
Citrix support
VMWare desktop support (QuickTest and the tested
application must both be installed on the virtual machine).
Microsoft Internet Explorer 7
Mozilla Firefox 2.0
Netscape Browser 8.1.2
Microsoft Windows Presentation Foundation (supported with
the .NET Add-in 9.2)
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jose
8.2 & 9.2 OR API was provided
9.0 OR API was restricted
| Is This Answer Correct ? | 2 Yes | 0 No |
There are some cosmetic changes as well...
In QTP 8.2, If you do not select an add-in to load then you
cannot do it in the same session. You have to close QTp and
then login again.
But in QTP 9.0, IF you do not select an add-in you can
select it in the same session via
File->Settings->Prperties tab->Modify button.
This is one of the practical problems I faced while using
the advanced version after older one.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ranganath
Hi,
Pls tell me wht is mean by custom .net objects which u had
specified in the answer
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bindu
hi,
give me the exact difference between 8.2 and 9.0
versions in qtp please.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yadav
one can associate one r more shared repositories apart from
its local repository this is the major difference.
yadav
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / koteswara rao m
QuickTest Professional 9.0 provides replay support for
Mozilla FireFox 1.5
QuickTest Professional 8.2 and below do not have support
for Firefox.
---------------------
QuickTest Professional 9.0 supports Internet Explorer 7.0
Beta 2.
QuickTest Professional 8.2 and below do not include support
for Internet Explorer 7.0.
------------------------
QTP 9.0 we can use the QuickTest Professional user
interface to change the name of the checkpoint but it is
not possible in QTP 8.2
| Is This Answer Correct ? | 0 Yes | 1 No |
how to capture tool tip in QTP and which check point is needed
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
write script for how to add function library in QTP
What test cases can you automate using QTP?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
I have multiple radio buttons i need to select a radio buton and i dont want to hard code i have a generic function for it there i have used select#0 so it selects first radio button but for other script i want to select the 4th radio button how i can make it still more generic
4 Answers Accenture, Acentia, LM,
how do you do database testing in qtp
assume i have few url link how will i dynamically call then using descriptive programming?
WHAT IS ETL TESTING.......
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?