why its shows error wile Importing test cases from excel into RQM ?
![]()
Hi Team,
I am trying to import test case from excel into RQM 6.0.1 but its showing the following error.
Please share related document if you have.
Thanks!
|
Accepted answer
One other answer
![]()
Hi Krunal,
Make sure you are running the right "Microsoft Excel and Word to Rational Quality Manager Import Utility" version for your RQM version. If not, you can download it using the following URL: https://jazz.net/downloads/rational-quality-manager/milestones/6.0.1M3?p=allDownloads I suggest you to uninstall the previous version first, Open Control Panel > Add or Remove Programs Select RQMExcelImporter Click the Remove button and confirm desire to remove the application Delete all the log files in the log directory C:\Users\<USER>\AppData\Roaming\Mso2Rqm Have you tried using a sample file ( C:\Program Files\IBM\RQMExcelImporter\Samples) ? What was the results? For testing purposes, you can always do something like I did below (just an example), so you will narrow down the problem (import some data just using .cfg file): //testcase.XLSStartRow=2 testcase.dc:title="test case title" testcase.dc:description="description" testcase.steps.type="execution" testcase.steps.description="steps description" testcase.steps.expectedResult="expectedResults" testcase.XLSArtifactID="id" testcase.steps.state="state" Thank you |