本文介绍了如何使用VS 2012 Webtest测试安全的REST API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用VS2012 Ultimate Web Test工具来测试Web服务.现在我需要使用此工具测试受保护的REST API.还需要对这些api进行负载测试.
I am using VS2012 Ultimate Web Test tool to test Webservices. Now I need to test the secured REST API's with this tool.Also I need to do load test on these api's.
我尝试使用GET api/companies/{companyId}之类的URL创建Web服务请求,并传递了"companyId"作为QueryString Parameter.AS的安全保护,我们得到401.
I tried creating the Webservice request with URL like GET api/companies/{companyId}and passed "companyId" as QueryString Parameter.AS these are secured, we get 401.
请帮助我测试一下吗?
预先感谢
此致
Anil Kumar
Anil Kumar
推荐答案
关于如何测试Web服务请求,请参阅:
As for how to test web service request, please see:
请为此Web服务创建一个新的Web测试,然后运行测试以检查结果.
谢谢
这篇关于如何使用VS 2012 Webtest测试安全的REST API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!