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
sennett
source
to share
1 answer
The way to do it within setup / tearDown thread groups:
- http://jmeter.apache.org/usermanual/component_reference.html#setUp_Thread_Group
Make sure you check Run tearDown thread groups after main threads finish:
- http://jmeter.apache.org/usermanual/component_reference.html#Test_Plan
+2
UBIK LOAD PACK
source
to share