TestlinkMigration - the <steps> value is not reinitialized between testcases

Issue #58 resolved
Yacine Smaoui created an issue

[Preconditions]

we have an exported xml from testlink with 2 test-cases:

testCase1 : with defined steps testCase2 : without defined steps

example:

<testcases>

 <testcase name=**testcase1**>
         **<steps>
                some_steps_here
         </steps>**
 </testcase>

 <testcase name=**testcase2**>
         **no_steps_here**
 </testcase>

</testcases>

[Actual behavior] in zephyr two test cases are created, they both have the same steps from testcase1

[expected behaviour] testcase2 should not be created with the steps from testcase1

Comments (4)

  1. BibekBehera Account Deactivated

    Hello @ysmaoui

    We are able to reproduce the issue internally and we have filed a defect to be fixed in the future release.

    Best Regards, Zephyr Support.

  2. Log in to comment