Re: Stress/Scalability Test with data feed scripts in Jmeter

Dmitri T <[email protected]> Wed, 18 Dec 2024 07:59:16 +0000
Newsgroups gmane.comp.jakarta.jmeter.user
Message-ID <SA3PR05MB103726E67CC1F1A8DE38CB22DC0052@SA3PR05MB10372.namprd05.prod.outlook.com>
--_000_SA3PR05MB103726E67CC1F1A8DE38CB22DC0052SA3PR05MB10372na_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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 te=
st for testing (generate users, upload test files, etc.) and tearDown Threa=
d Group<https://jmeter.apache.org/usermanual/component_reference.html#tearD=
own_Thread_Group> where you can put cleanup logic, i.e. remove any test dat=
a which has been created or processed.


Alternatively, you can take a database dump on the system under test side j=
ust before the test and then restore the dump after the test, whatever is e=
asier to implement.









________________________________
From: Nuwan Mudalige <[email protected]>
Sent: Wednesday, December 18, 2024 1:43 AM
To: JMeter Users List <[email protected]>
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

--_000_SA3PR05MB103726E67CC1F1A8DE38CB22DC0052SA3PR05MB10372na_--