waht is the difference between QTP 8.2 and 9.0 version
Answer Posted / 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 |
Post New Answer View All Answers
What is the default object synchronization timeout in qtp?
how to test Web application using QTP software
Whats the realtime QTP testing process
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How to open a new test using quicktest professional?
how u will evaluate the tool for test automation?
How do I get the QTP scripts result in xml format by using vb script function?
How to test the login page in different ways in automation testing and i need code?
Explain about the test fusion report of quicktest professional?
Write a script to verify font style and color of a windows object using descriptive programming
How to get Traceability matrix from TD?
Explain different types of checkpoints?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
how to find that tools work well with your existing system?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?