Search code examples
jmeterfixture

Setting up test fixtures in JMeter


We're using JMeter to ensure that our APIs return consistent results through refactorings. To use this I need to set up some fixtures in the database before the suite is run.

What is a good configuration for doing this data set-up?


Solution

  • A way to do it is within setup /tearDown thread groups:

    Ensure you check "Run tearDown Thread Groups after shutdown of main threads" :