Problem with RQM URL Utility & AQXUrlTool.exe
I have a RQM project area with:
. a customized test plan template
. an instance of a test plan template with pre-populated text in some sections, that I want to keep as a reference in all my RQM PAs.
I exported both the template and the test plan instance using the RQM URL Utility, so I created 2 .xml files.
I used those 2 .xml files to import them into my empty PA, using the AQXUrlTool. The files were successfully imported.
But what I noticed is that ALL MY CUSTOM GRID sections have not pre-populated the content within the test plan instance. I cannot even see the header of the table.
Is there any limitation or known bug that might be causing my problem?
Thanks,
-- Claudia Callegari
. a customized test plan template
. an instance of a test plan template with pre-populated text in some sections, that I want to keep as a reference in all my RQM PAs.
I exported both the template and the test plan instance using the RQM URL Utility, so I created 2 .xml files.
I used those 2 .xml files to import them into my empty PA, using the AQXUrlTool. The files were successfully imported.
But what I noticed is that ALL MY CUSTOM GRID sections have not pre-populated the content within the test plan instance. I cannot even see the header of the table.
Is there any limitation or known bug that might be causing my problem?
Thanks,
-- Claudia Callegari
2 answers
I have a RQM project area with:
. a customized test plan template
. an instance of a test plan template with pre-populated text in some sections, that I want to keep as a reference in all my RQM PAs.
I exported both the template and the test plan instance using the RQM URL Utility, so I created 2 .xml files.
I used those 2 .xml files to import them into my empty PA, using the AQXUrlTool. The files were successfully imported.
But what I noticed is that ALL MY CUSTOM GRID sections have not pre-populated the content within the test plan instance. I cannot even see the header of the table.
Is there any limitation or known bug that might be causing my problem?
Thanks,
-- Claudia Callegari
Clau, may be GRID sections can't be pre-populated. In my case, I replace GRID sections with RICH TEXT sections with pre-populated tables. That worked for me.
Can anybody confirm this? I am not 100% sure about that.
Thanks!
That could be a Plan B, but initially I would like to keep grid custom sections.
When exported, the xml for one of those sections contains this:
<com.ibm.rqm.planning.editor.section.testTypes xmlns="http://jazz.net/xmlns/alm/qm/v0.1/" extensionDisplayName="Test Types" type="GRID">&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:st1="urn://schemas-microsoft-com:office:smarttags" xmlns:w="urn://schemas-microsoft-com:office:word" xmlns:o="urn://schemas-microsoft-com:office:office" xmlns:v="urn://schemas-microsoft-com:vml"&gt;{"columnNames":","","","FST","Comments"],"value":,,,,]}&lt;/div&gt;</com.ibm.rqm.planning.editor.section.testTypes>
And when I try to import the xml, the grid is not created.
-Claudia
When exported, the xml for one of those sections contains this:
<com.ibm.rqm.planning.editor.section.testTypes xmlns="http://jazz.net/xmlns/alm/qm/v0.1/" extensionDisplayName="Test Types" type="GRID">&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:st1="urn://schemas-microsoft-com:office:smarttags" xmlns:w="urn://schemas-microsoft-com:office:word" xmlns:o="urn://schemas-microsoft-com:office:office" xmlns:v="urn://schemas-microsoft-com:vml"&gt;{"columnNames":","","","FST","Comments"],"value":,,,,]}&lt;/div&gt;</com.ibm.rqm.planning.editor.section.testTypes>
And when I try to import the xml, the grid is not created.
-Claudia