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>
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 02, 2:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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. |
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.