Exporting to XML: Display incorrect data

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

Moderators: Amaradana, TurboPT, TL Developers

Locked
bestc
TestLink user
Posts: 10
Joined: Tue Jun 02, 2015 7:14 pm

Exporting to XML: Display incorrect data

Post by bestc »

Actual result:

<?xml version="1.0" encoding="UTF-8"?>

<!-- TestLink - www.testlink.org - xml to allow results import -->
-<results> <testproject prefix="Test" name="Testing"/> <testplan name="Testing Test Plan"/> <build name="Build 2"/> -<testcase external_id="Test-1"> <result>X</result> <notes>test link rocks </notes> <tester>put login here</tester>
<!-- if not present now() will be used -->
<timestamp>YYYY-MM-DD HH:MM:SS</timestamp> <bug_id>put your bug id here</bug_id> -<steps> -<step> <step_number>1</step_number> <result>p</result> <notes>your step exec notes</notes> </step> -<step> <step_number>2</step_number> <result>p</result> <notes>your step exec notes</notes> </step> -<step> <step_number>3</step_number> <result>p</result> <notes>your step exec notes</notes> </step> -<step> <step_number>4</step_number> <result>p</result> <notes>your step exec notes</notes> </step> </steps> </testcase> -<testcase external_id="Test-2"> <result>X</result> <notes>test link rocks </notes> <tester>put login here</tester>
<!-- if not present now() will be used -->
<timestamp>YYYY-MM-DD HH:MM:SS</timestamp> <bug_id>put your bug id here</bug_id> -<steps> -<step> <step_number>1</step_number> <result>p</result> <notes>your step exec notes</notes> </step> -<step> <step_number>2</step_number> <result>p</result> <notes>your step exec notes</notes> </step> -<step> <step_number>3</step_number> <result>p</result> <notes>your step exec notes</notes> </step> -<step> <step_number>4</step_number> <result>p</result> <notes>your step exec notes</notes> </step> </steps> </testcase> </results>
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Exporting to XML: Display incorrect data

Post by fman »

I suppose you are kidding that's what I'm going to delete this post.
Do you think this is the way to ask for help? Not in this forum

read README to understand where to report
read this forum for info about level of details needed
Locked