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
new TestlinkAPIClient service method
listKeywordsForTC(internal_or_external_tc_id)
returns a keyword list without internal details (like
getTestCasesForTestSuite() does)
new TestlinkAPIClient service method listKeywordsForTC(internal_ts_id)
Returns dictionary with keyword lists for all test cases of a test suite
without internal details (like getTestCasesForTestSuite() does)
with TL 1.9.10, api method
getTestCasesForTestSuite
could return test cases keywords, if the new optional parametergetkeywords
isTrue
. (see #23)Example
getTestCasesForTestSuite
return value for a test case with two keywords:New service methods seems to be helpful, which list only the keywords
a) for a special test case
b) for all test case for a test suite
The text was updated successfully, but these errors were encountered: