Get a list of test case from test plan based on the custom field in the test case
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 the test case.
Eg: Testcase 1 in Testlink has custome field "automatinTag"
then during the atomatoin execution we would like to report it to the Teastcase1 in testlink, but now we are not able to get this in a single command. like getTestCase(Testplan, "automatoinTagValue") this should return list of test that are mapped.
but this support is not exist for now. Please can someone add this support.
Hi @umashankarid , would you be able to point what endpoint/operation of the TestLink XML-RPC or REST API you need?
The Java API is merely a facade to the PHP API. So if there's an operation there that returns the list of test cases for a test plan then we can have the equivalent for Java here. Otherwise your request needs to go up there to the TestLink-QA project first, and once implemented there we can add it here too, and release a new version.
Cheers Bruno