Well-behaved JMeter test should be repeatable<https://en.wikipedia.org/wiki/Repeatability> so you should be able to replay your test at any time i.e. to reproduce the issue or validate that it has been fixed.
JMeter comes with setUp Thread Group<https://www.blazemeter.com/blog/thread-group-jmeter> where you can place the logic to prepare the system under test for testing (generate users, upload test files, etc.) and tearDown Thread Group<https://jmeter.apache.org/usermanual/component_reference.html#tearDown_Thread_Group> where you can put cleanup logic, i.e. remove any test data which has been created or processed. Alternatively, you can take a database dump on the system under test side just before the test and then restore the dump after the test, whatever is easier to implement. ________________________________ From: Nuwan Mudalige <nkgmudal...@gmail.com> Sent: Wednesday, December 18, 2024 1:43 AM To: JMeter Users List <user@jmeter.apache.org> Subject: Stress/Scalability Test with data feed scripts in Jmeter Hi, We have a requirement to run a Stress kind of test which needs to be started with 100% load and then load volume to be increased by 5% for every 5 minutes interval. Also, this script has a csv data file that data is unique so you can't repeat/reuse them. I know this can be done with non-data feed/reuse data scripts. But I would like to hear from you with any experience of the above kind of testing with non-reuse data script. Thanks in advance for sharing your valuable inputs. Regards, Nuwan