testlink-java-api icon indicating copy to clipboard operation
testlink-java-api copied to clipboard

TestLink Java API

Results 4 testlink-java-api issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Calling method getTestCase return correct test case informations except the custom fields are empty, it just show empty object [] **To Reproduce** Steps to reproduce the behavior:...

bug

Hello. I have a problem with test case creating. After creating: ``` TestCase tc = testLinkAPI.createTestCase(summary, testSuite.getId(), ....); ``` Then `tc.getExternalId()` and `tc.getFullExternalId()` are null both. **Versions:** - TestLink: 1.9.20...

bug

We have a custom field in the test cases that are mapped to the test case in automation, So we would like to report based on the custom field on...

**Describe the bug** I can obtain the TestLink API through Url and devKey, but when I call System. out. println (api. sayHello()); Or System. out. println (api. ping()); The following...

bug