Helix ALM statements add issues to Helix ALM projects and identify test case steps.
Note: TestTrack was renamed Helix ALM starting with the 2017.1 release.
| Statement | Description |
|---|---|
| AddFileAttachment | Attaches a file to a Helix ALM issue. |
| AddIssue | Adds an issue to the Helix ALM project configured for the workspace. Specified text is added to the Summary, Description, Steps to Reproduce, and Other Hardware and Software fields. |
| AddToHelixALM | Adds an issue created by the NewIssue statement to the Helix ALM project configured for the workspace after all field values to include are set. |
| GetFieldValue | Returns the value of a Helix ALM issue field as a string. |
| NewIssue | Creates an empty Helix ALM issue. |
| RemoveField | Removes a field value from a Helix ALM issue. |
| SetFieldValue | Sets the value of a Helix ALM issue field. |
| TestCaseStep | Indicates the beginning of a Helix ALM test case step. |
Note: The following statements can also be called directly on a Helix ALM issue object: AddFileAttachment, AddToHelixALM, GetFieldValue, RemoveField, and SetFieldValue.