| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk.manualtests.script | |
| com.hpe.adm.nga.sdk.manualtests.teststeps |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractTestStep> |
GetTestScriptModel.getTestStepsAsObjects()
Returns the test steps from the server as objects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTestScriptModel |
UpdateTestScriptModel.setTestSteps(List<AbstractTestStep> testSteps)
Sets the test steps to update represented as objects
Do NOT use for gherkin tests - they should be uploaded as a simple string with the Gherkin script
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallTestStep
A test step representing calling another test (see Octane documentation)
Note: The called ID is not checked by the SDK - the REST API will fail if there is a problem
|
class |
TestStep
A normal test step
|
class |
ValidationTestStep
A class representing the validation test step.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AbstractTestStep> |
TestStepParser.parseTestSteps(String testScript)
Create a list of objects representing the steps
|
Copyright © 2021 Micro Focus. All rights reserved.