I tried this with the external id, the test case id, and the result id. I verified that these values were accurate via the test suite/testcase manager objects.
Here is simple example of the xml file I created:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<results>
<testcase id="4">
<tester>btowle</tester>
<timestamp>2012-09-20 15:46:39</timestamp>
<result>b</result>
<notes></notes>
</testcase>
</results>
Again I have tried it with "external_id" as well with no avail.
What is suppose to go in the testcase id and where do I find it? Shouldn't it be $RESULT['testcase_id'] or $RESULT['tc_external_id'] where $RESULT is the key,value dictionary for a particular result? I could not find any other post regarding this, I know it is an edge use case where you have to import/export results but I was hoping someone has dealt with this before.
Thanks,
Btowle