I have a Jmeter Scenario that is reading ID's from a CSV file ( two headers: SaveKey and SubmittedKey ) On the site that I'm testing
I need to save a report and submit it, According to process it generates its own unique ID's every time a report is saved and submitted, so those ID's I have, saved in the CSV file.
However, the save and submit requests in JMeter both are reading different ID's from the CSV files (eg.. save reads 101 and submit reads 102) ; Is there anyway to fix this issue in JMeter?
I also get an error: ReusableResources:txt_WebAPI_YouDoNotHaveThePermission/r/n when I try and run my script