Setting up test fixtures in JMeter

We use JMeter to ensure that our APIs return consistent results through refactoring. To use this, I need to set up some fixtures in the database before running the package.

What's a good configuration for this data setup?

+3


source to share


1 answer


The way to do it within setup / tearDown thread groups:



Make sure you check Run tearDown thread groups after main threads finish:

+2


source







All Articles