testlink-java-api
testlink-java-api copied to clipboard
TestLink Java API
**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:...
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...
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...
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array,
**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...