调查
JMeter Executor
它支持csv文件,通过
data-source
部分
data-sources: # list of external data sources
- path/to/my.csv # this is a shorthand form
- path: path/to/another.csv # this is full form, path option is required
delimiter: ';' # CSV delimiter, auto-detected by default
quoted: false # allow quoted data
loop: true # loop over in case of end-of-file reached if true, stop thread if false
variable-names: id,name # delimiter-separated list of variable names, empty by default
见
Navigating your First Steps Using Taurus
更多信息指南