Forum Discussion
avidCoder
8 years agoSuper Contributor
You need to parameterize the key's this way:-
{
"drugName": "${TestData#drugname}",
"nId": "${TestData#nId}",
"showDel": "${TestData#showDel}",
"stateCode": "${TestData#stateCode}"
}
Use DataSource Loop to loop through next row data.