And all data that comes to andpoint is strings. As I see CSVDataSet uses , as delimeter, so even strings that comes to endoint are separated and value that comes first is '[1', so i can get the whole list. I've found the way to pass such nested data like python dict, but there is no option to send list of dicts, so I can't make my load test various.
Hi everyone!
I'm quite a newbie with Jmeter and pymeter. So, I'm trying to pass nested data via CSVDataSet.
What is a problem? I have an application with an endpoint expecting list of string in body:
And I have a pymeter TestPlan for such app:
with kek.csv like
And all data that comes to andpoint is strings. As I see CSVDataSet uses
,
as delimeter, so even strings that comes to endoint are separated and value that comes first is'[1'
, so i can get the whole list. I've found the way to pass such nested data like python dict, but there is no option to send list of dicts, so I can't make my load test various.I will be happy if you help me with that problem