what is main difference between QTP 8.2 AND QTP 9.0/9.2
HOME PAGE?i mean what are extra thing in QTP 9.0 than in
QTP 8.2?
Answer Posted / ashish sarad
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
Mention what are the different types of recording modes in qtp? Which will be used when?
Define Error Pane of UFT?
Where to use function or action?
How smart identification works in qtp ?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Tell me one scenario, the complex functionality you have automated in your project?
How you can replace string in qtp?
Explain types of output values?
Explain the qtp test phases.
How do I get the QTP scripts result in xml format by using vb script function?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How to break the object spy ?
How to analyzing test results using quicktest professional (qtp)?