51Testing软件测试论坛

标题: 请问如何做rest接口的并发测试? [打印本页]

作者: xchen    时间: 2016-1-5 09:40
标题: 请问如何做rest接口的并发测试?
如题

作者: jingzizx    时间: 2016-1-5 16:26
记得soupui可以
作者: xchen    时间: 2016-1-5 17:15
soapui不能并发,只能多线程执行
作者: rocket911    时间: 2016-1-14 16:46
自己组一个请求就行了 例如
web_custom_request("web_custom_request",

"URL={IP}",

"Method=post",

"Resource=0",

"RecContentType=application/json",

"Referer=",

"Mode=HTTP",

"EncType=application/json",

"Body={Send}",

LAST);




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2