01. Intro

The Apache JMeter is Java open source software that is designed to load test functional behavior and measure performance. Performance Testing means testing a web application against heavy lead, multiple, and concurrent user traffic.

 

02. Install

① Install Java

    JMeter is a pure Java desktop application so it requires a fully compliant JVM 6 or higher.

    If the Java runtime environment is installed successfully, you can see the output like below.

 

② Download JMeter

    Download URL: https://jmeter.apache.org/download_jmeter.cgi

    You can unzip the zip/tar file easily into the directory where you want JMeter to be installed.

03. Launch JMeter

There is a GUI Mode for launching JMeter

Just run the file "apache-jmeter-5.4.3/bin/jmeter.bat" to start JMeter in GUI.

You can show the JMeter GUI

'Testing Automation > 02. Apache JMeter' 카테고리의 다른 글

03. Apache JMeter | Simple Test Plan  (0) 2022.03.13
02. Apache JMeter | Elements  (0) 2022.03.12

+ Recent posts