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

Retrieving testcases using testplanID and buildID is not working as expected #168

Open
Shital-arch opened this issue Dec 4, 2024 · 0 comments

Comments

@Shital-arch
Copy link

Hi Everyone,
I am in the process of extracting test cases from Testlink through the method getTestCasesForTestPlan(test_plan_id, Buildid), but it is retrieving all test cases instead of limiting the results to those assigned to the particular build.
Lets consider, I have a test plan titled "TestcaseExecution" that includes two builds. The first build, "ALL_Testcases," contains 55 assigned test cases, while the second build, "priority_HIGH_Testcases," has 12 assigned test cases.
However, when retrieving test cases using the "TestcaseExecution" test plan with the "priority_HIGH_Testcases" build, all 55 test cases are being selected for execution.
I would appreciate any assistance regarding this issue

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

1 participant