Listing Platforms Assigned to Individual Test Cases
Posted: Wed Aug 10, 2011 11:31 pm
Is there a way to list the platforms that have been assigned to a test case (within a test plan) through the XML-RPC API?
When I execute "tl.getTestCasesForTestPlan", I get a list of test cases, and each test case has a "platform_name" and a "platform_id" key. However, it only lists this information for one platform per test case (I guess it's the first one it finds?). My test plans in TestLink have multiple platforms assigned to individual test cases. I would think this function should return either a list of platforms for each test case, or return the same test case multiple times (once for each platform it is assigned).
Is there something I'm missing here? Is there a way I can get this information?
Note: I'm doing this on TestLink 1.9.0, using the Python API.
When I execute "tl.getTestCasesForTestPlan", I get a list of test cases, and each test case has a "platform_name" and a "platform_id" key. However, it only lists this information for one platform per test case (I guess it's the first one it finds?). My test plans in TestLink have multiple platforms assigned to individual test cases. I would think this function should return either a list of platforms for each test case, or return the same test case multiple times (once for each platform it is assigned).
Is there something I'm missing here? Is there a way I can get this information?
Note: I'm doing this on TestLink 1.9.0, using the Python API.