1.9.4 Execution results import fail

Moderators: Amaradana, TurboPT, TL Developers

Locked
garik01
TestLink user
Posts: 3
Joined: Sun Dec 09, 2012 10:31 am

1.9.4 Execution results import fail

Post by garik01 »

Hello!

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>
and get this error:
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!
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).
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: 1.9.4 Execution results import fail

Post by fman »

as explained 1000 of times if you consider this an issue you can not use the forum, but you have to use mantis.
Anyway before doing nothing you have to upgrade to 1.9.5.

Post will be locked - reason - seems issue => has to be on mantis
Locked