Skip to content

HP Quality Center - Steps

Steps

Steps

Process steps in the HP Quality Center plug-in

Add Comments

Add comments to a defect in HP Quality Center.

NameTypeDescriptionRequired
Additional CommentsStringAny info you wish to be added to the Quality Center comment in addition to the commit comment.No
Defect IdsStringA regular expression representing a list of bug Ids. Ex: 14[0-9] to match issues 140 through 149.Yes
DomainStringThe Domain in Quality Center the defect is in.Yes
Fail ModeEnumeration:
What should be done when a defect to be commented on is not found in Quality Center. Fail-fast: fail the step immediately if a defect is not found. Fail: fail the step after attempting to comment on all defects. Warn: log a warning when a defect is not found.Yes
ProjectStringThe Project in Quality Center the defect is in.Yes
Quality Center ConfigurationYes

Create Issue

Create a new defect in HP Quality Center.

NameTypeDescriptionRequired
Additional FieldsStringAdditional defect fields to be added. Enter one per line, as name=value pairs. This uses Javas java.util.Properties format.No
AssigneeStringThe assignee for the new defect.Yes
Detected ByStringWho detected the defect.No
DomainStringThe Domain in Quality Center the defect is in.Yes
PriorityStringThe priority of the new defect. Default values are ( 1-Low, 2-Medium, 3-High, 4-Very High, 5-Urgent )No
ProjectStringThe Project in Quality Center the defect is in.Yes
Project KeyStringThe Project Key in Quality Center.Yes
Quality Center ConfigurationYes
SeverityStringThe severity of the new defect. Default values are ( 1-Low, 2-Medium, 3-High, 4-Very High, 5-Urgent )Yes
StatusStringThe status of the new defect. Default values are ( Closed, Fixed, New, Open, Rejected, Reopen )No
SummaryStringA summary for the new defect. Default max length is 255.Yes

Publish Issue Report

Create a report of Quality Center defects from the current changelog.

NameTypeDescriptionRequired
Defect Id PatternStringThe regex used to match changes to defects. The default value, QC-([0-9]+) is a regex that parses the change log and applies the attributes of the step to matching defects. For example, if QC-52 was located in the comment of a change, this step would act on defect 52 in the Quality Center database.Yes
DomainStringThe Domain in Quality Center the defect is in.Yes
Fail ModeEnumeration:
What should be done when a defect to be reported is not found in Quality Center. Fail-fast: fail the step immediately if a defect is not found. Fail: fail the step after publishing the report of found defects. Warn: log a warning when a defect is not found.Yes
ProjectStringThe Project in Quality Center the defect is in.Yes
Quality Center ConfigurationYes

Publish Test Set Report

Publish a HP Quality Center Test Set Report.

NameTypeDescriptionRequired
DomainStringThe Domain in Quality Center the defect is in.Yes
FolderStringThe folder in Quality Center the test set resides in. This usually starts with Root.Yes
ProjectStringThe Project in Quality Center the defect is in.Yes
Quality Center ConfigurationYes
Report NameStringThe name of the report published to the Anthill build life.Yes
Test SetStringThe test set results to publish.Yes

Run Test Set

Run a Test Set using HP Quality Center.

NameTypeDescriptionRequired
DomainStringThe Domain in Quality Center the defect is in.Yes
FolderStringThe folder in Quality Center the test set resides in. This usually starts with Root.Yes
ProjectStringThe Project in Quality Center the defect is in.Yes
Quality Center ConfigurationYes
Remote HostStringThe host to run the tests on. If left blank, the tests will run locally.No
Success ThresholdStringA numeric value representing the percentage of tests that must succeed for the step to be considered successful. If the test pass rate is below this value, the step will fail. Ex: For the success threshold to be 90%, enter 90.Yes
Test SetStringThe test set to run.Yes

Update Issues

Update one or more defects in HP Quality Center.

NameTypeDescriptionRequired
Additional FieldsStringAny other additional defect fields to update. These should be one per line, as name=value pairs. Adheres specifically to the java.util.Properties format.No
AssigneeStringThe new assignee for the defect or blank to not change.No
Capture ModeEnumeration:
Choose how to locate defects to update. Select List to list the defect Ids as comma-separated values below. Eg. 4, 24, 13 Select Regex to specify a regular expressions used to parse the build lifes change logs for defects. Eg. QC-([0-9]+)Yes
CommentStringOptionally add a comment with this update.No
Defect IdsStringComma separated list of defect ids to update.Yes
DomainStringThe Domain in Quality Center the defect is in.Yes
Fail ModeEnumeration:
What should be done when a defect to be updated is not found in Quality Center. Fail-fast: fail the step immediately if a defect is not found. Fail: fail the step after attempting to update all defects. Warn: log a warning when a defect is not found.Yes
PriorityStringThe new priority of the defect or blank to not change. Default values are ( 1-Low, 2-Medium, 3-High, 4-Very High, 5-Urgent )No
ProjectStringThe Project in Quality Center the defect is in.Yes
Quality Center ConfigurationYes
SeverityStringThe new severity of the defect or blank to not change. Default values are ( 1-Low, 2-Medium, 3-High, 4-Very High, 5-Urgent )No
StatusStringThe new status of the defect or blank to not change. Default values are ( Closed, Fixed, New, Open, Rejected, Reopen )No
SummaryStringA new summary for the defect or blank to not change. Default max length is 255.No

Verify Issues Field

Verify that all of the Issues associated with the current Build Life have a given field values

NameTypeDescriptionRequired
Check HistoryBooleanCheck the historical values in addition to the current valueNo
DomainStringThe Domain in Quality Center the defect is in.Yes
Field NameStringThe field name. Ex: BG_STATUSYes
ProjectStringThe Project in Quality Center the defect is in.Yes
Quality Center ConfigurationYes
Require AllBooleanIf all values must be present. Only valid if Check History is also selectedNo
ValueStringA comma-separated list of expected values. Ex: Fixed,ClosedYes

Roles in the HP Quality Center plug-in

The plug-in adds these roles automatically to resources. You cannot add these roles manually.

Automation

This represents the connectivity settings for a HP Quality Center. In order for this plugin to work with HP ALM 11 and later, you must open the web UI of HP ALM from the agent machine, click on their Add-ins Page link and install the HP ALM Connectivity add-in.

NameTypeDescription
PasswordPasswordThe password to authenticate with Quality Center.
Password ScriptStringIf a property or script should be used to set the password, leave password blank and put the property or script here.
Server URLStringThe base URL of the Quality Center instance. It usually ends with /qcbin.
UsernameStringThe username to authenticate with Quality Center.