RQM Excel importer configuration file
Hi there I am having some problems with importing test cases from excel to RQM, when using the below shown configuration file there is create extra fields on the RQM database for the fields "Weight" and "Estimate", so that I end up having two fields called "Weight" and "Estimate". Could anyone see what's wrong with my configuration file? RQM version 5.0.1 Excel importer version 4.0.3.7581
// This configuration file creates a test case with each test script and links them.
// Use the data in the first row of a found script's column B
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
//testcase.XLSLink=testscript
// we want to use the data we got for each test script to create a test case
|
Accepted answer
Hi,
Please remove below 2 lines from your cfg testcase.category term="Estimate".value=Q testcase.category term="Weight".value=R These 2 lines are creating 2 categories in your testcase Klaus Jørgensen selected this answer as the correct answer
Comments
Klaus Jørgensen
commented Sep 23 '15, 3:28 a.m.
Hi Reshma
Regards Klaus You can use below syntax
Klaus Jørgensen
commented Sep 23 '15, 4:00 a.m.
Awesome, one last question related to how I should specify the field "Priority" in the cfg file. If I have column "S" in my spreadsheet named "Priority" and a specific testcase row with a priority = "Low" how should that be specified in the cfg file?
The column S should have below value for that row
|
One other answer
Once again thanks a lot.
A couple of new question has now popped up.
The "Estimate" field is in mili seconds, is there a syntax to specify minutes or hours e.g. "5min" is 5 minutes? Regards Klaus |
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.