Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
TestCase |
TestLinkAPI.createTestCase(String testCaseName,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestCaseStatus status,
TestImportance importance,
ExecutionType execution,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName)
Creates a Test Case.
|
TestCase |
TestLinkAPI.getTestCase(Integer testCaseId,
Integer testCaseExternalId,
Integer version)
Get a test case
|
TestCase |
TestLinkAPI.getTestCaseByExternalId(String fullTestCaseExternalId,
Integer version)
Get a Test Case using the full external id, composed by the prefix and the external id: prefix-externalId
|
TestCase[] |
TestLinkAPI.getTestCasesForTestPlan(Integer testPlanId,
List<Integer> testCasesIds,
Integer buildId,
List<Integer> keywordsIds,
String keywords,
Boolean executed,
List<Integer> assignedTo,
String[] executeStatus,
ExecutionType executionType,
Boolean getStepInfo,
TestCaseDetails detail)
Retrieves Test Cases for Test Plans.
|
TestCase[] |
TestLinkAPI.getTestCasesForTestSuite(Integer testSuiteId,
Boolean deep,
TestCaseDetails detail)
Retrieves Test Cases for a Test Suite.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
TestLinkAPI.updateTestCase(TestCase tc)
Update an already existing test case with the data of the given test case as a new version.
|
Modifier and Type | Method and Description |
---|---|
static TestCase |
Util.getTestCase(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Util.getTestCaseMap(TestCase testCase) |
Copyright © 2010–2020. All rights reserved.