Jmeter multi-user token usage problem

Focus on sharing useful software testing content, welcome to like Collect ?Leave a message Please correct me if there are any errors! Communication and discussion: Join 1,000 people in the software testing technology learning and exchange group Resource sharing: After joining ByteDance, I realized how important this information given by my senior brother is! The […]

Jmeter – 9 ways to parameterize!

Whether the jmeter tool is used for interface testing or performance testing, parameterization is a knowledge point that must be mastered and is very useful. Parameterized usage scenarios: 1) Multiple requests have the same IP address. If the server address is changed, the script needs to change the IP of each request. 2) Register an […]

Jmeter tool secondary development

1. JMeter secondary development direction 1. Function development, mainly JMeter function library 2. Plug-in development, generally focusing on sampler development 3. Based on execution engine development, it effectively solves the problem of relatively complex and long-term development of the underlying execution engine in independently developed test platforms or tools. It uses the API of the […]

Jmeter – 9 methods of parameterization

Whether the jmeter tool is used for interface testing or performance testing, parameterization is a knowledge point that must be mastered and is very useful. Parameterized usage scenarios: 1) Multiple requests have the same IP address. If the server address is changed, the script needs to change the IP of each request. 2) Register an […]

Performance test – stress test the stored process through Jmeter!

Table of Contents 1. Stored procedure preparation: 2. Preparation of test tools: 3. Tool configuration and execution: 2. Configure the throughput controller (can be skipped): 3. Configure JDBC Request: For stored procedures: For SQL statements: 4. Other configurations such as query result tree, aggregation report, TPS, PerfMon monitoring, etc. are the same as the basic […]

JMeter assertion JSON assertion

JSON assertion If the Response Body returned by the server is in JSON format, it is a better choice to use JSON assertions to determine the test results. First, you need to extract the actual results that need to be judged from the returned JSON data according to the JSON Path, then set the expected […]

Best practices for automated testing of JMeter interfaces (recommended collection)

JMeter is an open source load testing tool that can simulate the load of multiple protocols and applications, including HTTP, FTP, SMTP, JMS ,SOAP and JDBC, etc. When conducting automated interface testing, using JMeter can help us quickly build test cases, simulate multiple scenarios, and discover interface performance issues. Below are some steps and tips […]