| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.tests |
This package contains interfaces to access the Tests area of Silk Central (TestsService, previously IPlanningService).
|
| Modifier and Type | Method and Description |
|---|---|
ManualTestStep[] |
TestsService.getManualTestSteps(java.lang.String sessionId,
int testId)
Retrieves the steps of a manual test.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TestsService.addManualTest(java.lang.String sessionId,
int testContainerId,
java.lang.String name,
java.lang.String description,
ManualTestStep[] steps,
NodeParameter[] params)
Adds a manual test definition with optional parameters as child to a test container.
|
void |
TestsService.addManualTestStep(java.lang.String sessionId,
int testId,
ManualTestStep step)
Adds a new manual test step.
|
void |
TestsService.updateManualTestStep(java.lang.String sessionId,
int testId,
ManualTestStep step)
Updates a manual test step and its custom properties.
|
Copyright © Micro Focus 2004-2019. All rights reserved.