Jmeter
Jmeter
JMETER
==========
-> JMETER is a free & open source software given by Apache Organization
-> Performance testing means the process of verifying stability & responsiveness of
the application
-> How our application is responding for different work loads we can verify using
JMETER
-> Using JMETER we can create virtual users to test our application performance
-> If application performance is slow then we need to troubleshoot the issue and we
need to fix it.
==============
JMETER Setup
===============
URL : https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.5.zip
3) Goto JMETER bin folder and run "jmeter.bat" file (it will open JMETER tool)
=================
Creating Test Plan
=================
- Add Threads
- Add Thread Group
- Enter Thread/users count
- Add Listener
- Add View Results Tree
- Add Summary Report
5) Verify the results (we can change thread group count and we can test it)
==================
JMETER Best Practise
==================
-> Create the TEST in GUI mode and run the test in CLI mode
-> After test execution complete we can import JTL file into JMETER summary report
to see the test results.