James
James

Reputation: 2246

Load testing for WCF services

I want to do Load Testing for few WCF services. My services are hosted in IIS.

I have VS 2008/10/12 all professional versions.

So I went for this http://wcfloadtest.codeplex.com/ , and it seems it needs VS ultimate edition to work.

Is there any free tool to do Load testing for WCF services.

Upvotes: 4

Views: 2911

Answers (1)

Jesse C. Slicer
Jesse C. Slicer

Reputation: 20157

SoapUI and WcfStorm are two tools I use for unit and load testing of my services.

Upvotes: 1

Related Questions