Test using HP UFT

Introduction 

HP UFT is Data Driven, Keyword Driven and Hybrid Framework. 

Here is how you can specify the Test Cases and Test Steps which will be created in QMetry as a part of the result files -

Test Case tagTest Step tag
<ReportNode> with ‘type’ attribute as ‘Action’

<ReportNode> tags under the test case nodes with ‘type’ attribute as ‘Step’

(All the tags under the hierarchy of <ReportNode> for test case are considered)

Supported file type : XML

Sample Test Result File

Click here to download a sample file.


Test Case Reusability

  1. If Test case summary and Test step summary (for all steps) matches with the automated Test case name (ReportNode > type > Action > Name) and steps (ReportNode > type > Step > Name),Test case key and version will be reused.
  2. If Test case summary matches with the automated Test case name (ReportNode > type > Action > Name) but Test step summary does not match (for any of the steps), Test case key will be reused but new version will be created.
  3. If Test case summary does not match, new Test case will be created.