This is related to updating the parameter file test data.
Scenario/ Issue : we have one parameter file . The parameter file has two columns - username and token. The token can be used only once.
When running the test, we use the username and token for a request, the server response contains the new token for the user. I would like to know if there is a way I can update / replace the old token with the new token so that when the vuser uses the same user again, he can use the updated token from the param file.