cdunne
17 years agoContributor
repeating elements when using xls datasource?
Hi,
Is it possible using a spreadsheet to test the cardinality of the repeating element? For example, one of our elements has a repeating child element:
...
?
?
...
I would like to generate the requests below
Scenario 1:
...
...
Scenario 2:
...
1
Prod1
...
Scenario 3:
...
1
Prod1
2
Prod2
...
Is this possible using a spreadsheet or should I be considering a file datasource with the different xml requests needed?
We have to run about 1000 scenarios (and some of our messages will have hundreds of elements per message) so I'd rather maintain a spreadsheet than 1000 xml files.
thanks for your advice
..Garret
Is it possible using a spreadsheet to test the cardinality of the repeating element? For example, one of our elements has a repeating child element:
...
...
I would like to generate the requests below
Scenario 1:
...
...
Scenario 2:
...
...
Scenario 3:
...
...
Is this possible using a spreadsheet or should I be considering a file datasource with the different xml requests needed?
We have to run about 1000 scenarios (and some of our messages will have hundreds of elements per message) so I'd rather maintain a spreadsheet than 1000 xml files.
thanks for your advice
..Garret