You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: