我想完成以下任务:
1)发送请求
2)验证回复
3)使用响应中的各个字段作为Web应用程序GUI验证的输入。
我被困在最后一步。
是否有任何特定方法可以从响应中检索数据字段和值?
答案 0 :(得分:0)
您可以在从GUI测试调用API测试时使用输入/输出参数,并将值作为输出参数从API传递到GUI测试,您可以完成任务。
查看this
链接上的Method threw 'org.springframework.web.client.RestClientException' exception.
Detailed message: Could not extract response: no suitable HttpMessageConverter found
for response type [class com.hk.response.sms.NetcoreResponseXml]
and content type [text/plain;charset=UTF-8]
部分以获取更多信息。