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

RQMUrlUtility importing testcases

I created a testcase in RQM, and in the Test Case Design, I added simple table with a couple of columns

Using the RQMUrlUtility, I am able to export the testcase to an xml file. When I take this xml file and import it back again, the Test Case Design show all the code for the table, not the nice looking table created with the editor.

Has anyone else tried this before?


Thanks,

Mario

1 vote



5 answers

Permanent link
Mario,
Did you create the original content in MS Word and then paste it into RQM? If so, you'll find a fix in the 2.0.0.1 release coming out on October 29th.
Regards,
John

I created a testcase in RQM, and in the Test Case Design, I added simple table with a couple of columns

Using the RQMUrlUtility, I am able to export the testcase to an xml file. When I take this xml file and import it back again, the Test Case Design show all the code for the table, not the nice looking table created with the editor.

Has anyone else tried this before?


Thanks,

Mario

1 vote


Permanent link
Mario,
Did you create the original content in MS Word and then paste it into RQM? If so, you'll find a fix in the 2.0.0.1 release coming out on October 29th.
Regards,
John

I created a testcase in RQM, and in the Test Case Design, I added simple table with a couple of columns

Using the RQMUrlUtility, I am able to export the testcase to an xml file. When I take this xml file and import it back again, the Test Case Design show all the code for the table, not the nice looking table created with the editor.

Has anyone else tried this before?


Thanks,

Mario


Thanks for the info John,

Actually, the table was created in RQM directly using the editor.
Hopefully, the fix applies to this as well :)

Looking forward to trying this out in 2.0.0.1

Mario

1 vote


Permanent link
Hi,

I found the same problem using the RQMWordExcelImporter. The Importer tool replace all the "RTF" tags. If you tidy up the XML it does work.

My example worked by replacing:

<myns><table border="2" style="width: 60%;" summary="This is a table in Rich Text Editor"><tbody><tr><td><br/></td><td>Note<br/></td><td>Description<br/></td><td><br/></td></tr><tr><td>1<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>2<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>3<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>4<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>5<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>6<br/></td><td><br/></td><td><br/></td><td><br/></td></tr></tbody></table></myns>

With:

<myns><table><tbody><tr><td><br></td><td>Note<br></td><td>Description<br></td><td><br></td></tr><tr><td>1<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>2<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>3<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>4<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>5<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>6<br></td><td><br></td><td><br></td><td><br></td></tr></tbody></table></myns>

Hope this helps,

Simon


Mario,
Did you create the original content in MS Word and then paste it into RQM? If so, you'll find a fix in the 2.0.0.1 release coming out on October 29th.
Regards,
John

I created a testcase in RQM, and in the Test Case Design, I added simple table with a couple of columns

Using the RQMUrlUtility, I am able to export the testcase to an xml file. When I take this xml file and import it back again, the Test Case Design show all the code for the table, not the nice looking table created with the editor.

Has anyone else tried this before?


Thanks,

Mario


Thanks for the info John,

Actually, the table was created in RQM directly using the editor.
Hopefully, the fix applies to this as well :)

Looking forward to trying this out in 2.0.0.1

Mario

1 vote


Permanent link
Hey, even this forum editor removed some tags when I pasted. Hope you understand what I'm saying here. Simon

Hi,

I found the same problem using the RQMWordExcelImporter. The Importer tool replace all the "RTF" tags. If you tidy up the XML it does work.

My example worked by replacing:

<myns><table border="2" style="width: 60%;" summary="This is a table in Rich Text Editor"><tbody><tr><td><br/></td><td>Note<br/></td><td>Description<br/></td><td><br/></td></tr><tr><td>1<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>2<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>3<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>4<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>5<br/></td><td><br/></td><td><br/></td><td><br/></td></tr><tr><td>6<br/></td><td><br/></td><td><br/></td><td><br/></td></tr></tbody></table></myns>

With:

<myns><table><tbody><tr><td><br></td><td>Note<br></td><td>Description<br></td><td><br></td></tr><tr><td>1<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>2<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>3<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>4<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>5<br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>6<br></td><td><br></td><td><br></td><td><br></td></tr></tbody></table></myns>

Hope this helps,

Simon


Mario,
Did you create the original content in MS Word and then paste it into RQM? If so, you'll find a fix in the 2.0.0.1 release coming out on October 29th.
Regards,
John

I created a testcase in RQM, and in the Test Case Design, I added simple table with a couple of columns

Using the RQMUrlUtility, I am able to export the testcase to an xml file. When I take this xml file and import it back again, the Test Case Design show all the code for the table, not the nice looking table created with the editor.

Has anyone else tried this before?


Thanks,

Mario


Thanks for the info John,

Actually, the table was created in RQM directly using the editor.
Hopefully, the fix applies to this as well :)

Looking forward to trying this out in 2.0.0.1

Mario

1 vote


Permanent link
Hey everyone,

I need to import hundreds of test cases into RQM (using XML files). Can you please share your best practices with me on how to do this?

What works?
What should I stay away from?

Thanks!

Bob Aiello
http://www.linkedin.com/in/BobAiello
Bob.Aiello@ieee.org

1 vote

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

Question asked: Oct 15 '09, 10:58 a.m.

Question was seen: 5,830 times

Last updated: Sep 11 '12, 7:25 a.m.

Confirmation Cancel Confirm