Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to Import Manual Test Scripts into Jazz, but error no matter what . i believe i'm using correct cml schema

Short story: i'm a tester. I want to export my test procedures from confluence and import into jazz.   and here I am now.   :(   I do not have a developer background; but I am a little familiar with using xml. 


details: 

I've been struggling a LOT.   I am using the xml schema provided by IBM for a test script.   I have scaled it down to be super simple.   I believe all my syntax is correct.  The things i'm most unsure about is the xmlns areas.. . . For example. . I am putting my where i log into jazz rather than using http://jazz.net   .  I hope that's correct. 
I am leaving things such as description xmlns="http://purl.org/dc/elements/1.1/"  I think that is specific to the software I guess?   Can someone please elaborate in non programmer terms how these name things work? 
I'm using the form below from the following link. 

what is the www.w3.org stuff? is that something i need to use also? i'm guessing not. . . 

<?xml version="1.0" encoding="UTF-8"?> <testscript xmlns="http://jazz.net/xmlns/alm/qm/v0.1/">   <title xmlns="http://purl.org/dc/elements/1.1/">New Customer Order Test Script</title>   <description xmlns="http://purl.org/dc/elements/1.1/">Steps to manually test the Customer Order functionality</description>   <category xmlns="http://jazz.net/xmlns/alm/qm/v0.1/" value="Web UI" term="Function"/>   <state xmlns="http://jazz.net/xmlns/alm/v0.1/">com.ibm.rqm.planning.common.new</state>   <steps xmlns="http://jazz.net/xmlns/alm/qm/v0.1/">     <step xmlns="http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/" type="execution">       <description>         <div xmlns="http://www.w3.org/1999/xhtml">Log in to the system</div>       </description>       <expectedResult>         <div xmlns="http://www.w3.org/1999/xhtml">Login succeeds</div>       </expectedResult>     </step>     <step type="execution">       <description>         <div xmlns="http://www.w3.org/1999/xhtml">Place an order</div>       </description>       <expectedResult>         <div xmlns="http://www.w3.org/1999/xhtml">An order is created in the system</div>       </expectedResult>     </step>   </steps> </testscript>

0 votes



One answer

Permanent link

 Hi,


I am not the ETM guy, however you RDF XML does not look correct. I am not a fan of RDF, but it is unavoidable in Jazz. 

My tip, If you are not sure how to import data, I would suggest to export the data you want to import, to see how it should look like. 

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,700
× 382
× 158

Question asked: Feb 01 '24, 8:05 p.m.

Question was seen: 865 times

Last updated: Feb 02 '24, 2:23 a.m.

Confirmation Cancel Confirm