JMETER BEST PRACTICES:
- 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.
- 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.
- Use samplers in loop by defining variables instead of using multiple samplers with different parameters.
- Use CSV output as opposed to xml.
- Use minimal assertions