com.polarion.alm.tracker.model.ITestCase
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| ITestSteps | getTestSteps() | Returns the test steps if they are defined for this test case. The test steps are stored in a custom field with test step type; the ID of the custom field is custom, there can be at most one such field for any work item type. |
| void | setTestSteps(ITestSteps) | Sets the test steps for this test case. |
| List | getTestParameterNames() | Returns names of all test parameters used by this test case, sorted alphabetically. |
Back to Index