标签: jmeter
假设我在RequestParameter中有一个变量作为StudentList列表,其中StudentList是一个类,如下所示:
class StudentList { List<Students> stud=new ArrayList<Students>(); }
和Students是一个具有firstName,lastName等字段的类。如何将值作为请求参数传递给Jmeter中的list变量?