import org.apache.jmeter.protocol.http.control.cookieManager; import org.apache.jmeter.protocol.http.control.cookie; cookieManager manager = sampler.getcookieManager(); cookie cookie = new cookie("toto","titi","localhost","/",false,0); manager.add(cookie);
请注意,使用JSR223 PreProcessor + Groovy + Caching会更好地提高
性能
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)