TestlinkMigration - The <keywords> tag in the teslinkXml causes exceptions and the TC is not migrated

Issue #57 resolved
Yacine Smaoui created an issue

In Testlink some of the testcases have keywords. These keywords are exported under the tag <keywords>keyword</keywords>

trying to import such testcases to Zephyr causes an exception in thread "AWT-EventQueue-0" java.security.PrivilegedActionException: java.security.PrivilegedActionException: scala.actors.threadpool.ExecutionException: java.lang.AssertionError: assertion failed

Comments (1)

  1. BibekBehera Account Deactivated

    Hi @ysmaoui

    Here is Modified format: <keyword><![CDATA[keyword1]]></keyword>

    Please use the below sample for your reference.

    <?xml version="1.0" encoding="UTF-8"?>
    <testsuite name="" >
    <node_order><![CDATA[]]></node_order>
    <details><![CDATA[]]></details> 
    <testsuite name="User Administration" >
    <node_order><![CDATA[0]]></node_order>
    <details><![CDATA[This testsuite was generated by an integration test.]]></details> 
    <testsuite name="Modify User" >
    <node_order><![CDATA[0]]></node_order>
    <details><![CDATA[This testsuite was generated by an integration test.]]></details> 
    
    <testcase internalid="114348" name="Create User">
        <node_order><![CDATA[0]]></node_order>
        <externalid><![CDATA[2]]></externalid>
        <version><![CDATA[1]]></version>
        <summary><![CDATA[This testcase was generated by an integration test.]]></summary>
        <preconditions><![CDATA[]]></preconditions>
        <execution_type><![CDATA[1]]></execution_type>
        <importance><![CDATA[3]]></importance>
        <estimated_exec_duration></estimated_exec_duration>
        <status>1</status>
        <keyword><![CDATA[Keyword2]]></keyword>
    
    </testcase>
    </testsuite>
    </testsuite>
    </testsuite>
    <testsuite name="Empty Suite" >
    <node_order><![CDATA[0]]></node_order>
    <details><![CDATA[This testsuite was generated by an integration test.]]></details> 
    </testsuite>
    

    If you are still facing any issue, please feel free to submit a case with us.

    Best Regards, Zephyr Support

  2. Log in to comment