vinny
12 years agoNew Contributor
Comma separated list from excel
Hi All,
I have a web service request which can take multiple ids as input. I am using excel for data driven testing. I want to feed the multiple ids from excel using a comma separated list. Is this possible ?
or I can use XML as a data source.
like...
<ord:orderId>1959326</ord:orderId>
<!--1 or more repetitions:-->
<ord:testIds>9655</ord:testIds>
<ord:testIds>9000</ord:testIds>
Thanks in advance
I have a web service request which can take multiple ids as input. I am using excel for data driven testing. I want to feed the multiple ids from excel using a comma separated list. Is this possible ?
or I can use XML as a data source.
like...
<ord:orderId>1959326</ord:orderId>
<!--1 or more repetitions:-->
<ord:testIds>9655</ord:testIds>
<ord:testIds>9000</ord:testIds>
Thanks in advance