[RESOLVED]How to import test results with xml file ?

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Cyrille
Advanced user
Posts: 28
Joined: Mon Aug 27, 2007 8:52 am
Location: FRANCE (Brittany)

[RESOLVED]How to import test results with xml file ?

Post by Cyrille »

Hello,

in documentation, i see the xml file format to import results in testlink.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Comment -->
<results>
<testcase external_id="POL-1" >
<!-- if not present logged user will be used -->
<tester>u0113</tester> <!-- tester LOGIN Name--->
<!-- if not present now() will be used -->
<timestamp>2008-09-08 14:00:00</timestamp>
<result>p</result>
<notes>functionality works great </notes>
</testcase>
<testcase external_id="POL-1" > <!-- ANOTHER EXE for SAME test case --->
<result>f</result>
<notes>functionality works great KIMI</notes>
</testcase>
2 Format supported on TL 1.8 beta 3 and UP
- 12 - <testcase external_id="1256" > <!-- Using INTERNAL ID --->
<result>f</result>
<notes>Using INTERNAL ID as link </notes>
</testcase>
</results>

But, it is not described how to do it in testlink, and thus i don't see any import button on test execution parts.

Does anybody has done this kind of job ?

any help for this would be useful !

Regards,
Cyrille
Last edited by Cyrille on Fri Jan 20, 2012 8:46 am, edited 1 time in total.
Cyrille
Advanced user
Posts: 28
Joined: Mon Aug 27, 2007 8:52 am
Location: FRANCE (Brittany)

[RESOLVED] import with xml file in Testlink 1.9

Post by Cyrille »

It can be done with button "Import XML RESULTS" available with first testcase of test plan execution
Post Reply