1

I want to load test an application having its own WCF service using Visual Studio 2012. I tried creating a web performance test and use it with load test but, web performance is not recording the intermediate request send to service which is very much required.

Using CodedUI with it not feasible since it does not put on that much load and and its interactive.

The application is on different server and service too.

Any suggestion to accomplish this in VS2012.

1 Answer 1

1

Use dedicated "Unit Tests" for this. VS Load Tests can execute Coded UI/Web Performance or Unit Test.

In your Unit Tests, simply use a standard WCF proxy, channelfactory or RestClient.

Just check that you dispose well a Web Service Proxy class

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.