1、打开Jmeter客户端;
2、新建一个线程组;
3、在线程组下添加一个CSV Data Set Config;
4、放具体参数的文件是:parameter.csv,参数化内容是:userid;
5、将配置中默认的Recycle on EOF = True ,Stop thread on EOF = False改为Recycle on EOF = False ,Stop thread on EOF = Ture,再运行的时候parameter.csv中的userid在循环的时候就不会重新从第一行开始读了,会接着前面的读。