PS:第一次写博客,希望能帮助到同行的你~
1、准备环境:Ant +Jmeter:安装步骤可参照其他教程
版本要求:
如果你使用的是 JMeter 5 或更高版本,通常是 Ant 1.10.1 或更高版本。
如果你的 JMeter 是旧版本,例如,JMeter 2.x 需要 Ant 1.8.2。
如果版本不兼容,可能会导致运行失败。(我踩过坑,升级版本就好了)
2、配置Ant
(1)将 Jmeter 下 extras 目录中 ant-jmeter-1.1.1.jar 包拷贝至 ant 安装目录下的lib目录中,否则会报错 ant-jmeter-1.1.1 不存在。
(2)创建一个文件夹,用于存放build.xml 、.jmx文件和测试报告。特别注意:文件名建议以‘apache-jmeter’开头。
(3)配置build.xml文件。
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->