JMeter使用 远程csv文件注意
程序员文章站
2022-07-15 13:52:03
...
jMeter 使用 服务器发起测试时候,读取服务器端的csv文件有些注意事项。
1)新建 “csv 数据文件设置”,文件名为 在服务器端启动 jmeter-server时候的目录下的文件,不要写绝对路径。
官网原话是:
Filename
Name of the file to be read. Relative file names are resolved with respect to the path of the active test plan. For distributed testing, the CSV file must be stored on the server host system in the correct relative directory to where the JMeter server is started
2)测试案例就可以直接使用 上部定义的变量了,如${card}。
上一篇: 基于Spring与Hibernate的数据库操作进阶
下一篇: 通用分布数据库
推荐阅读
-
Android studio怎么使用git? 使用git查看本地与远程仓库文件的教程
-
oracle使用sql脚本生成csv文件案例学习
-
使用navicat将csv文件导入mysql
-
使用scp获取远程linux服务器上的文件 linux远程拷贝文件
-
使用pandas将numpy中的数组数据保存到csv文件的方法
-
Python使用pandas处理CSV文件的实例讲解
-
使用pandas模块读取csv文件和excel表格,并用matplotlib画图的方法
-
python使用Paramiko模块实现远程文件拷贝
-
python使用paramiko模块实现ssh远程登陆上传文件并执行
-
使用opencsv文件读写CSV文件