RQM: Excel Importer - Issue while importing categories with subcategories
Hi,
I'm trying to import test cases using the Excel Importer.
While trying to import I got 2 different results
Categories:
Applicable devices
Execution Type
Test Scenario
Estimate
----------
Project
Release
Feature
Theme
The first set of categories I can import it with no issues.
The second set, despite the fact that the importer shows no errors after having imported those values, non of those values were imported to RQM.
The difference between the first and second set, is that the second one has subcategories.
Project --> Release --> Feature --> Theme.
That is, a Release depend of the project I've selected. The feature depends on the release and the theme on the feature.
Is there any way to import those fields?
Below you can see the script
////////////////////////////////////Script Configuration
// Start looking for scripts after row 2
testscript.XLSStartRow=2
testscript.dc:title=B
testscript.dc:description=F
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.title=B
testscript.steps.description=K
testscript.steps.expectedResult=L
testscript.XLSDelimeter=\n
////////////////////////////////////Test Case Configuration
// Start looking for scripts after row 2
//testcase.XLSStartRow=2
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.weight="1"
testcase.category term="Applicable devices".value="All"
testcase.category term="Project".value="Project X"
testcase.category term="Release".value="Release X"
testcase.category term="Feature".value=N
testcase.category term="Execution Type".value="Manual"
testcase.category term="Test Scenario".value="Normal"
// a new Test starts when we encounter an empty row
testcase.XLSDelimeter=\n
I'm trying to import test cases using the Excel Importer.
While trying to import I got 2 different results
Categories:
Applicable devices
Execution Type
Test Scenario
Estimate
----------
Project
Release
Feature
Theme
The first set of categories I can import it with no issues.
The second set, despite the fact that the importer shows no errors after having imported those values, non of those values were imported to RQM.
The difference between the first and second set, is that the second one has subcategories.
Project --> Release --> Feature --> Theme.
That is, a Release depend of the project I've selected. The feature depends on the release and the theme on the feature.
Is there any way to import those fields?
Below you can see the script
////////////////////////////////////Script Configuration
// Start looking for scripts after row 2
testscript.XLSStartRow=2
testscript.dc:title=B
testscript.dc:description=F
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.title=B
testscript.steps.description=K
testscript.steps.expectedResult=L
testscript.XLSDelimeter=\n
////////////////////////////////////Test Case Configuration
// Start looking for scripts after row 2
//testcase.XLSStartRow=2
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.weight="1"
testcase.category term="Applicable devices".value="All"
testcase.category term="Project".value="Project X"
testcase.category term="Release".value="Release X"
testcase.category term="Feature".value=N
testcase.category term="Execution Type".value="Manual"
testcase.category term="Test Scenario".value="Normal"
// a new Test starts when we encounter an empty row
testcase.XLSDelimeter=\n