Import test cases into RQM
Hi,
Is there a way to import test scripts from Excel into RQM without using the Export to Repository option in the Excel addon? I know that test cases can be imported after export from Excel to XML but is it also possible to import manual test cases in XML format.
Thanks in advance for any advice.
Sean
Is there a way to import test scripts from Excel into RQM without using the Export to Repository option in the Excel addon? I know that test cases can be imported after export from Excel to XML but is it also possible to import manual test cases in XML format.
Thanks in advance for any advice.
Sean
3 answers
Hi,
Is there a way to import test scripts from Excel into RQM without using the Export to Repository option in the Excel addon? I know that test cases can be imported after export from Excel to XML but is it also possible to import manual test cases in XML format.
Thanks in advance for any advice.
Sean
Yes, if you can convert the test asset(s) in Excel to XML. You would use the RQM REST API to PUT/POST the XML test asset(s) to the repository individually (see http://publib.boulder.ibm.com/infocenter/rqmhelp/v2r0/topic/com.ibm.rational.test.qm.doc/topics/c_extendrqm.html and https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op).
Hi,
Is there a way to import test scripts from Excel into RQM without using the Export to Repository option in the Excel addon? I know that test cases can be imported after export from Excel to XML but is it also possible to import manual test cases in XML format.
Thanks in advance for any advice.
Sean
You can import manual test cases in XML format similar to how you do this for test cases. First use RQM Excel plugin to export the XML to a file. Then in RQM UI, go to Construction->Import Test Script. There will be a drop down with various script types, select Manual then browse to the XML file and import it.