Performance test JMeter test results are written to Excel

In the process of testing using JMeter, sometimes it is necessary to write the test results to an Excel file. This article will explain the specific steps in detail. Write the test results into an Excel file and analyze the operation ideas: (1) Prepare the necessary environment Introduce the basic JAR package for operating Excel […]

Basic summary of jmeter for interface testing

Table of Contents 1. Interface testing 1. Obtain token operation process 2. Common request methods of http protocol ?Edit 2. jmeter script development 1. badboy recording 2. jmeter proxy server recording 3. Fiddler packet capture development script 4. Fiddler captures packets everywhere jmx ?Edit 3. Jmeter parameterization technology 1. Parametric concept 2. CSV DATA set […]

Practical explanation of JMeter distributed pressure testing based on Docker

A JMeter instance may not generate enough load to stress test your application. As shown on this site, one JMeter instance will be able to control many other remote JMeter instances and create a greater load on your application. JMeter uses Java RMI [Remote Method Invocation] to interact with objects in a distributed network. The […]

Jmeter stress testing practice: Jmeter secondary development of custom functions

?1 Preface Jmeter is a stress testing tool under the Apache Foundation with a wide range of application scenarios. It has the characteristics of lightweight, high scalability, and distribution. Jmeter already supports a variety of functions such as random numbers, counters, timestamps, case conversion, attribute verification, etc., making it convenient for users to use. If […]

An article of 5,000 words, using Jmeter to implement lightweight interface automation testing from 0 to 1 (with pictures and text)

Although interface testing is a part of the version, it also has a complete system, including functional testing, performance testing, and security testing of the interface. At the same time, due to the characteristics of the interface, the automation of the interface is low-cost and high-yield. Using some open source tools or Some lightweight methods […]

5 years of experience – JMeter performance testing to teach you step-by-step interface performance testing!

This article is the final article in our series of articles “Teaching you step-by-step interface performance testing“, which introduces how to use the JMeter tool for interface testing and concurrency testing. 1. Introduction to Jmeter Jmeter is a pure Java open source project developed by Apache. It can be used for both interface testing and […]