Importing Multi-valued Attributes using RQM Excel Importer
5 answers
you can use the config file like:
testcase.category term=cell1.value=F / F1
testcase.category term=cell2.value=G / G1
testcase.category term=cell3.value=H / H1
if your testcases have different category values, you can specify with a column, if the same you can use a cell.
and
F G H
case1 v1 v2 v3
case2 blank v2 v3
case3 v1 blank v3
then testcase1 will have multi category value v1,v2, v3
and testcase2 will have multi cagtegory value v2, v3,
and testcase3 will have v1 and v3
Comments
Hi, I'm having problems importing multi-valued categories.
When I use P/P1, the tool throws an error:
Script:
testcase.category term="Feature".value= P / P1
testcase.category term="Feature".value= Q / Q1
testcase.category term="Feature".value= R / R1
Each category value are stored in a different column: P, Q or R
Error: Configuration File, Line 31, Found a value that reduced to "P / P1", but was expecting a value equivelant to a column, cell, or literal.
Exporting Aborted: Errors found!
I have a category called Feature.
Each feature can have 1 or more values.
E.g:
Feature 1: Movies, TV
Feature 2: Movies
Feature 3: Chanel
Feature 4:
how can I import those multiple values? I wont let me do it the way you are posting here.
Don't worry. I was able to import multi-value categories by having the values in the same cell in different lines. Thanks
I'm dealing with the same issue/error.
The syntax F / F1 means the two values are in the same cell.