| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk.manualtests | |
| com.hpe.adm.nga.sdk.manualtests.script |
| Modifier and Type | Method and Description |
|---|---|
UpdateTestSteps |
UpdateTestSteps.testSteps(UpdateTestScriptModel updateTestScriptModel)
An instance of the model to update
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTestScriptModel |
UpdateTestScriptModel.setComment(String comment)
Sets the comment for the script
|
UpdateTestScriptModel |
UpdateTestScriptModel.setRevisionType(UpdateTestScriptModel.TestScriptRevisionType testScriptRevisionType)
Sets the revision type for the script
|
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
|
UpdateTestScriptModel |
UpdateTestScriptModel.setTestSteps(String testSteps)
Sets the test steps to update represented as a simple JSON string (needs to confirm to the format as seen in the
documentation)
|
Copyright © 2021 Micro Focus. All rights reserved.