Skip to main content

Enhancements in QTP 9.5

Hp has made some major enhancements in QTP 9.5 over the previous versions.

Environment Support:

  • QTP 9.5 offers all add-ins integrated with the core installation package. Though you still need to by add-ins separately to get them activated.
  • For installing QTP 9.5 you have to do a clean uninstall of previous versions. That means, now on you would not be able to upgrade from the previous versions.

QTP IDE:

A refreshing enhancement in QTP IDE GUI I liked this time was the ingroduction of the ability to see functions related to current tests. Whether you have an external file containing functions or they are inside reusable actions, you would be able to see all of them at one place. Now no need to dig and scroll through the endless list of functions in your notepad!

Bitmap Checkpoint:

Earlier using bitmap checkpoint was a pain in a sense that a minor change in pixel and your test would fail. To increase the tolerance we have to go inside windows registry and change the required tolerance value. With QTP 9.5 HP has introduced support for tolerance level direct from the GUI. You can define tolerance in terms of RGB and/or pixels.

Web Add-in Extensibility:

Using this feature you can configure and extend the support to those 3rd party custom web controls and new technologies like AJAX which were not supported with the earlier versions. You need to posses fair amount of JavaScript knowledge to handle this. How much help this feature really provides is yet to be seen!

Maintenance Run Mode:

Repair your test on the fly, this will assists you to adding the steps or updating the object properties in OR on the fly..ie.. if your object properties are changed after a new bulid, you just run the maintenance Run Mode and update your OR according to that on the fly.

Process Guidance:

This is little more than more accessible help files. Maybe this is good for when you are first learning to record a test, but it doesn’t seem to add much utility.

Flow Pane:

Available Keywords pane: All test objects and functions in one handy location. Rapid test development with drag and drop. Object repository now also supports drag and drop.

Resource pane: All resources associated with the test. You can see all your library file in this pane.

  • Missing resources pane.
  • Relative path Helper.
  • Improved Bitmap Checkpoint

Web Extensibility:

Anyone can add support for new web controls

Rapid development in JavaScript

Solid infrastructure supplied by the Web add-in

Extensibility objects are first class citizens

Built-in toolkit: ASP Ajax

Tabbed browsing:

Tabs identified as separate browsers. Same test compatible with tabbed and not tabbed browsers.

New Technologies:

  1. PowerBuilder
  2. Oracle –Froms10 –App12
  3. StingRay Objective Grid 10, 114.
  4. PeopleSoft 9.0
  5. New Terminal Emulator versions
  6. .Net 3.5

New Environments:

  1. Windows Vista 64 bit
  2. Eclipse 3.2 and 3.3
  3. Record on SWT
  4. Firefox 3.0
  5. Netscape 9
  6. Reference: HP Web site.

* Please let me know your views on this new version of QTP 9.5

Comments

Popular posts from this blog

SQL SERVER Questions And Answers

SQL SERVER Questions And Answers 1. What is an Entity? The basic data item stored in database is called entity. An entity can be any object, item, place, person, concept, or activity about which data is stored. 2. What is an attribute? An attribute is a property of an entity. It describes a part of an entity. Entity could have one or more attributes. 3. What is ER diagram? An Entity Relationship Diagram is diagrammatic representation of the logical structure of a database system. 4. Describe the concept of keys. Candidate key An attribute that uniquely identifies a row is called candidate key. It is also called das surrogate key. Primary key A candidate key that you choose to identify rows uniquely is called a primary key. Alternate key If there are multiple candidate keys in a table, the candidate keys that are chosen as primary key are called the alternate keys. Composite key When the key that uniquely identifies the rows of a table is made up of more than one attribute, it is ca...

Testing Measurement

Someone has rightly said that if something can not be measured, it can not be managed or improved. There is huge value in measurement, but you should always make sure that you get some value out of any measurement that you are doing. You should be able to answer the following questions: What is the purpose of this measurement program? What data items you are collecting and how you are reporting it? What is the correlation between the data and conclusion? Value addition: Any measurement program can be divided into two parts. The first part is to collect data, and the second is to prepare metrics/chart and analyses them to get the valuable insight which might help in decision making. Information collected during any measurement program can help in: Finding the relation between data points, Correlating cause and effect, Input of future planning. Normally, any metric program involves certain steps which are repeated over a period of time. It starts with identifying what to measure. After t...

What’s New with QTP 9.5?

This is the general overview giving the brief description of what is new in QTP9.5 New Features: 1.  New design time panes: Various new IDE panes have been introduced which does not provide any new functionality to add up but basically the operations which were in the deep sub menus are now put up in front. Available Keyword Pane: This pane shows all the available functions in the current test (either in-action or externally added), as well as all the objects in your object repository (local and external). The items are effectively separated into groups, making it easier to search for a relevant item. Double clicking any item in the pane will open it, and dragging the item to the main window will add it to the script in the drop position. Double clicking a function will not only open the hosting file in the main window, but also focus on the exact position of the function within the file. Test Flow Pane: This pane lays out the action call structure of the current test. It outlines...