I've just installed Testlink 1.8. It's the first time I use it.
I try to lauch some examples, such as clientSample.py, but a problem occurred. I modified very required fields but there is still the same error with the reportTCResult function :
I don't know where I can find the suitable Test Case IDs, I searched into the DataBase (MySQL) but the IDs given don't seem to be the ones expected by the function, it doesn't seem to be the IDs given in Testlink GUI neither.reportTCResult result was: [{'message': 'No Test Case ID provided. A valid Test Case ID must be provided!', 'code': 110}]
So my question is, how to get the appropriate test case ID ? I've the same issue with the getTestCasesForTestPlan function, I've not found the good Test Plan Id.
Thanks for your help