Best Practices

  1. Always performance test on a separate env which is specfically setup for performance tests. Using an env that’s commonly used for other purposes can cause inconsistent results.

  2. Run performance tests in an env identical to the prod env so that we can get a consistent & real world stats. Also have a baseline to compare with.

  3. Create a realistic test by adding think time.

  4. Add reasonable ramp up.

  5. Focus on areas that need performance testing.

Updated on