Hi,
I am new to gatling…Can any one plz help me how to do split operation in queryparam???
my requirement is like this…
I am getting the username and password from csv file so for login i used ${username} and user name is user0@abc.com…and for post request I have to post only user0.
so I decided to do split operation…But how to do that operation inside queryparam…or is any other way for that…plz tell me with example…
Thanks