Community
Thumb_icon

Hook: Handle Changes in Test Runs and Test Cases During Test Execution

 This Hook lets you add new Test Steps during Test execution and manage Defect update/creation for each Test execution.

Description

This hook lets you create/link a Defect to Test Records based on information specified in the Test Result comments (Verdict). It also lets you adjust the Test Run so that it points to the Head revision of a Test Case if it is edited. (Letting you to modify/add Test Steps to a Test Case during the Test execution.)

This Hook requires the Work Item Action Interceptor Framework (WIAIF) extension to run.

 

Hook Features
Create/Link a Defect based on a Verdict
This feature lets you create a new Defect (or link to one that already exists) for a Test Record (if Failed) based on the information specified in a Verdict field. (Test Result Comment).

Available options:

  • @D:NEW - Creates a new Defect and adds it to a Test Record by linking it to the Test Case using the "triggered_by" link role. (The Defect's  Description will contain information about the Test execution: Test Run, Test Case, Executed, Test Steps.)
  • @D:U - Updates an already existing Defect (from a previous Test execution) in a Test Case by copying the current Defect Description to a Comment and updating it.
  • @D:DEFECT_ID - Adds the information about an already existing Defect to the Test Records and links the Defect to the Test Case (if not already linked). The Test execution information is added as a new Comment. (The Description is not changed).

 

Adjust Test Run
This feature lets you adjust an existing Test Run so that it points to the Head revision of a Test Case if the Test Case was edited. This lets you modify/add Test Steps to a Test Case during the Test execution.

 

How to Install

  • Copy the test_execution.jar file to WIAIF's "hooks" folder.
  • Reload the plugin from the WIAIF Interceptor Management page or restart Polarion.
  • Make sure that the configuration of the Polarion Project you are using allows users to link a Defect with a Test Case via the link role with the triggered_by ID.
  • Add the hook to the WIAIF Properties file (hook.properties) to define which Polarion Projects, Work Item Types, and Fields should be affected (as comma-separated values):
    • TestExecutionHook.DEFECT_CREATION_FROM_VERICT_PROJECTS=Project_ID1,Project_ID2,...
    • TestExecutionHook.TC_REVISION_REPOINTING_PROJECTS=Project_ID1,Project_ID2,...

 

How to Use

Create/Link Defect based on a Verdict

  1. Start the Test execution either via the Execute Test button of the Properties panel or with the modern Execution Table.
  2. (Optional) Mark the Test Step results. 

If you are going to fail the execution and need to manage the linked Defect then:

  1. Before marking the Test Case Verdict as Failed (by saving the execution result), add one of the following tags to the Verdict Comment: @D:NEW, @D:U, @D:DEFECT_ID.
  2. Save the execution result (while marking it as Failed).

Polarion will either create a new or update/link an existing Defect to the Test Case and the Test execution record according to the tag added to the Comment.


Adjust Test Run

  1. Start the Test execution either via the Execute Test button of the Properties panel or with the modern Execution Table.
  2. (Optional) Mark the Test Step results. 

If you need to update some of the Test Steps or add new ones:

  1. Click on Pause Test Case.
  2. If executed from the Execution Table, open the Test Case's Head revision in a new tab.
  3. Click on Edit to modify the Test Case.
  4. Modify the Test Steps or add new ones. (DO NOT delete any steps.)
  5. Save the Test Case.
  6. Click on Refresh to reload the Test Case in the Execution Panel.
  7. Click on Resume to continue with the Test execution.
    (Both the added and updated Test Steps are now available to be marked.)

 

Information

Vendor Alexey Andrianov (ADVA Optical Networking SE)
Published Version 1.0 - February 2020
Price Free
87 Downloads
Community Supported Extension This extension is not supported by Siemens PLM.
Requirements Polarion 2019 GA (3.19.0) and newer
Work Item Action Interceptor Framework Extension

Tested with Polarion 2019 SR1 (3.19.1)

Related Extensions