15 years ago
How to bind an array/List into a Test Case Request
Hi Guys,
I am facing some problem when I tried to bind an array into a testcase request.
One of my test case's test step required a list of Integer lets says list of employees ID. And these IDs are fetching from SQL Data source with a property name called EmployeeId.
The challenge is how I bind this list into the request. I tried by this way '${Datasource#EmployeeID} but in runtime its supplies only one value.
Is there anyway to bind this list completely?
Any suggestion will highly appreciated.
Arun
I am facing some problem when I tried to bind an array into a testcase request.
One of my test case's test step required a list of Integer lets says list of employees ID. And these IDs are fetching from SQL Data source with a property name called EmployeeId.
The challenge is how I bind this list into the request. I tried by this way '${Datasource#EmployeeID} but in runtime its supplies only one value.
Is there anyway to bind this list completely?
Any suggestion will highly appreciated.
Arun