Configuring Thread Group
After moving requests to the setUp Thread Group and the
tearDown Thread Group, now the regular Thread Group contains only
one RetrieveWithParm
request.
Go to the Body Data of the
RetrieveWithParm request, and make
sure the session ID and the transaction ID are replaced with the
global property:
${__property(session,,)}
${__property(transaction,,)}

Configure the Thread Group according to your needs.
For example, set the number of users to 100, ramp-up period to
50 seconds, which means 2 requests are made in every second (set
ramp-up to 0 will start all 100 users at one time). Set loop count
to infinite and duration to 86400 seconds, which means the test will
be run repeatedly in 24 hours.
