I am trying to use the testlink API to assign a testcase to a testplan so that I can report the result of the testcase. But regardless of the inputs that I give to the "addTestCaseToTestPlan" function, It always gives me the same error message:
"message(addTestCaseToTestPlan) - Test Case External ID (24) does not exist!code5040"
Eventhough, tl.getTestCaseIDByName reports the external id as 24
"nameSampleTestCasetc_external_id24id230parent_id229tsuite_namesampleSuite"
If anyone has encountered this problem before or knows what might be the cause of it, your help would be greatly appreciated. Thanks.