Saturday, November 22, 2014

New Features in QTP 11.0?

Following are some features which are new in QTP 11 compare to QTP 10.

 1. XPath & CSS (Cascading Style Sheets) based Object Notification.
     XPath uses Path expressions to select nodes in XML document. The Node is
     selected by following a path or a step.
     For example nodename : selects all nodes with the name 'nodename'.
                                          / : selects from root node.
                                         // : selects nodes in the document from current node that matches the  s
                                              election, No matter where it is.
                                          . : selects the current node. 
                                         .. : selects the parent of the current node.
                                       @ : selects attributes. 
 2. Results viewer have been improved by pie charts, summary data & statics for both current and  previous test runs.
 3. Recording using Firefox is now available.
 4. Weakness of QTP 10 was ordinal identification feature which is overcome with “Visual Relation Identifier”. Now, object identification can be done with neighboring objects.
 5. Automatically parameterize steps feature is also available in QTP 11. Now, We can instruct at the end of Record Session.
 6. Sliverlight Add-in & Silverlight support is also available now.
 7. Easy Regular Expression with help of Regular Expression Evaluator & with Syntax Hint.  

No comments:

Post a Comment