TestLink-API-Python-client icon indicating copy to clipboard operation
TestLink-API-Python-client copied to clipboard

Retrieving testcases using testplanID and buildID is not working as expected

Open Shital-arch opened this issue 1 year ago • 0 comments

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

Shital-arch avatar Dec 04 '24 08:12 Shital-arch