Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a list of test case from test plan based on the custom field in the test case #136

Open
umashankarid opened this issue Jan 21, 2021 · 1 comment

Comments

@umashankarid
Copy link

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.

@kinow
Copy link
Owner

kinow commented Jan 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants