JMeter的CSV Data Set Config
在JMeter中,可以使用csv作为配置文件,从中读取参数作为请求值。<!--more-->
在Thread Group右键,Add——Config Element——CSV Data Set Config
关键参数:
Filename:csv的文件路径
File encoding:编码格式
Variable Names:从csv文件中读取数据的变量名
Delimiter:csv中的分隔符
Recycle on EOF:是否重复使用csv文件中的数据
Stop thread on EOF:如果csv文件没了是否停止运行
Sharing mode:<
All threads所有的线程都共享该csv文件
Current thread group 当前的线程组共享
Current thread 当前的线程共享
EOF:end of file 文件结束符
参考:http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config
本文链接:http://bigerhead.com/2015/11/182.html 转载请注明出处。