I'm trying to import this XML with Execution resultsin testlink 1.9.4:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<results>
<testcase external_id="ML-4" >
<result>p</result>
<notes>automated run</notes>
</testcase>
<testcase external_id="ML-5" >
<result>f</result>
</testcase>
<testcase external_id="ML-234" >
<result>f</result>
</testcase>
</results>
What am I doing wrong? All test cases 100% in test-plan (I can get them by filter tree by ID in this test-plan).Import TestCase data : Test Case ML-4 not found in test plan- results are not imported!
Import TestCase data : Test Case ML-5 not found in test plan- results are not imported!
Import TestCase data : Test Case ML-234 not found in test plan- results are not imported!