Jmeter 简明教程
jMeter Tutorial
jMeter 是一个开源测试软件。它是一个 100% 纯 Java 应用程序,用于负载和性能测试。
jMeter is an Open Source testing software. It is 100% pure Java application for load and performance testing.
jMeter 被设计为涵盖各个类别的测试,如负载测试、功能测试、性能测试、回归测试等,并且它需要 JDK 5 或更高版本。
jMeter is designed to cover various categories of tests such as load testing, functional testing, performance testing, regression testing, etc., and it requires JDK 5 or higher.
本教程深入介绍了 jMeter 框架,包括其测试计划、侦听器、函数和正则表达式。
This tutorial provides an in-depth coverage of jMeter framework including its test plans, listeners, functions, and regular expressions.
Audience
本教程专为测试领域的软件专业人员设计,他们需要对企业级应用程序进行健壮性和可靠性测试。
This tutorial is designed for software professionals in the domain of Testing who are required to test enterprise-level applications for robustness and reliability.
Prerequisites
在继续学习本教程之前,您应具备 Java 编程语言的基本知识。由于您将使用 jMeter 在 Java 项目的不同阶段执行所有类型的测试(回归、功能、负载、性能等),因此建议您对软件开发和软件测试流程有较好的把握。
Before proceeding with this tutorial, you should have a basic understanding of Java programming language. As you are going to use jMeter to perform all types of testing (regression, functional, load, performance, etc.) at different stages of a Java project, it is recommended that you have a good grip over software development and software testing processes.