vote up 11 vote down star
4

Hi,

What tools are there that I can test out a WCF service?

I am expecting allot of load so I want to have an idea how much a single server can handle.

flag

0% accept rate

3 Answers

vote up 2 vote down

Start with this:

http://www.codeplex.com/WCFLoadTest

It doesn't do everything possible with WCF, but it is the best tool to start with. Worse comes to worse, it's not that hard to write manual invocation code with web services. They are much easier to load test than web sites.

link|flag
vote up 12 vote down

WCFLoadTest all the way. I've even talked to MS guys who swear by this tool.

Visual Studio also has some load testing tools available, but I cannot vouch for how well they do their job, nor can I say which versions of VS contain the load testing tools.

link|flag
vote up 3 vote down

I wrote my own tool (WCFStorm). These are the features:

General:

◦Dynamically invoke and test WCF Services

◦Dynamically invoke and test Web services written in any language

◦Save your opened service and its test cases into a "project" which can be reloaded anytime

◦Dynamically invoke service methods even those containing complex data types

◦UI-based, dynamic editing of complex data types

◦Test multiple WCF and Web services within a single UI.

◦Multiple-tabbed interface

◦Basic and windows authentication

◦Test services sitting behind a proxy

◦Dynamically modify the URL endpoint of a WCF or Web service.

◦Dynamically edit the service binding.

Functional Testing:

◦Create functional test cases and save it as part of a project

◦Create and save functional test cases containing Expected results.

◦Graphically compare (side-by-side) the expected results with the actual response of a service.

Performance Testing:

◦Create performance test cases and save it as part of a project

◦Graphically display charts in real-time as the performance test progresses.

◦Configurable test parameters (# of Agents, Test duration, interval etc.). You can stress out your service as much as you want.

Check out the screenshot.

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.