I have recorded my script with VuGen and run for multiple users without problem in VuGen but the same script fails for second user in Controller. In my script, a Vuser downloads excel filefrom a website to local file system and uploads it back to website.
I have used WriteDatatoFile function to save server's response to an excel file and Delete File function to delete this excel file at the end of uploading. Since at the beginning in VuGen, it writes first excel file data on second excel file. After adding these functions, for second VUser it only downloads its own excel file to the local in VuGen but in Controller it again writes first excel file data on second excel file so it can not be uploaded to the website and fail.
Here is the log:
Action.c(524): Error -35049: No match found for the requested parameter "CP". Check whether the requested regular expression exists in the response data
And my script is attached.