Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
负载测试应用程序+;WCF服务_Wcf_Testing_Visual Studio 2012_Load Testing_Performance Testing - Fatal编程技术网

负载测试应用程序+;WCF服务

负载测试应用程序+;WCF服务,wcf,testing,visual-studio-2012,load-testing,performance-testing,Wcf,Testing,Visual Studio 2012,Load Testing,Performance Testing,我想使用Visual Studio 2012对拥有自己的WCF服务的应用程序进行负载测试。我尝试创建一个web性能测试并将其与负载测试一起使用,但web性能并没有记录发送到服务的中间请求,这是非常必要的 使用CodedUI是不可行的,因为它不会带来那么多的负载和交互 应用程序也位于不同的服务器和服务上 建议在VS2012中完成这项工作。为此使用专用的“单元测试”。VS负载测试可以执行编码的UI/Web性能或单元测试 在单元测试中,只需使用标准WCF代理、channelfactory或RestCl

我想使用Visual Studio 2012对拥有自己的WCF服务的应用程序进行负载测试。我尝试创建一个web性能测试并将其与负载测试一起使用,但web性能并没有记录发送到服务的中间请求,这是非常必要的

使用CodedUI是不可行的,因为它不会带来那么多的负载和交互

应用程序也位于不同的服务器和服务上

建议在VS2012中完成这项工作。

为此使用专用的“单元测试”。VS负载测试可以执行编码的UI/Web性能或单元测试

在单元测试中,只需使用标准WCF代理、channelfactory或RestClient即可

只需检查Web服务代理类是否处理得当,并为此使用专用的“单元测试”。VS负载测试可以执行编码的UI/Web性能或单元测试

在单元测试中,只需使用标准WCF代理、channelfactory或RestClient即可

只需检查您是否处理好了Web服务代理类