JMETER

JMETER BEST PRACTICES:

JMETER BEST PRACTICES:

JMETER BEST PRACTICES:

  1. JMeter UI is a very powerful tool to create and configure test plans. JMeter also provides a non-UI /CLI mode for running test cases and saving results. It is recommended to use JMeter in CLI mode for execution as it is much faster than UI mode.
  2. Listeners consume lot of memory space and resource. It is recommended to use few listeners. After using listeners, it is recommended to disable or delete them.
  3. Use samplers in loop by defining variables instead of using multiple samplers with different parameters.
  4. Use CSV output as opposed to xml.
  5. Use minimal assertions