新手请教~~着急!如何使用QTP测试HTTP请求!!
项目前期由UI还没设计好,所以计划先从接口测试入手。但我是QTP新手,所以想请教大家如何在QTP中实现, 希望能详细说下步骤。【接口功能举例】
登录请求为:http://192.9.100.1:8080/client/api?command=login&username=admin&password=password&domainId=1
登录错误时页面返回内容为:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<errorresponse>
<errorcode>531</errorcode>
<errortext>error.login.domainnothaveuser</errortext>
</errorresponse>
登出请求为:http://192.9.100.1:8080/client/api?command=logout
登出请求正确返回内容为:
<logoutresponse>
<description>success</description>
</logoutresponse> 有人帮忙下吗????? 如图
页:
[1]