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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: