Search found 1 match

by mds512
Tue Feb 01, 2011 7:09 pm
Forum: XML-RPC API
Topic: getTestCaseCustomFieldDesignValue External ID Does Not Exist
Replies: 1
Views: 4890

getTestCaseCustomFieldDesignValue External ID Does Not Exist

I am currently trying to write an API client in python to retrieve the status of a testcase as well as the corresponding custom field value. I am using these as the function definitons: def getTestCasesForTestSuite(self,tpid): data = {"devKey":self.devKey,"testplanid":tpid} retur...