| Package | Description |
|---|---|
| br.eti.kinoshita.testlinkjavaapi |
| Modifier and Type | Method and Description |
|---|---|
ReportTCResultResponse |
TestLinkAPI.reportTCResult(Integer testCaseId,
Integer testCaseExternalId,
Integer testPlanId,
ExecutionStatus status,
List<TestCaseStepResult> steps,
Integer buildId,
String buildName,
String notes,
Boolean guess,
String bugId,
Integer platformId,
String platformName,
Map<String,String> customFields,
Boolean overwrite)
Reports a Test Case result.
|
ReportTCResultResponse |
TestLinkAPI.setTestCaseExecutionResult(Integer testCaseId,
Integer testCaseExternalId,
Integer testPlanId,
ExecutionStatus status,
List<TestCaseStepResult> steps,
Integer buildId,
String buildName,
String notes,
Boolean guess,
String bugId,
Integer platformId,
String platformName,
Map<String,String> customFields,
Boolean overwrite)
Reports a Test Case result.
|
Copyright © 2010–2019. All rights reserved.