views:

779

answers:

5

Hi,

We need to provide a solution to do performance testing for our Web Services residing in our development environment. We were planning to create the test scripts using the object model of Microsoft Web Application Stress Tool. I have researched and not been able to find any examples.

Can anyone, who may have perhaps used this same tool for a similar solution, to please provide any advise and/or examples? Also, please provide any suggestions if a different tool can provide a more convenient solution.

Any help would be much appreciated.

Thank You

A: 

You may have to stress test IIS itself since it's webservice, just loop open 5000 request.

Saif Khan
This doesn't exactly test concurrency problems.
MusiGenesis
concurrency has nothing to do with a webservice performance, that should be handled in your code logic.
Saif Khan
+1  A: 

So a year or two back I had the same problem and was able to apply my experience with the grinder to the problem: http://grinder.sourceforge.net/

Others in my environment reported success using ACT: http://en.wikipedia.org/wiki/Application_Center_Test

DanielHonig
A: 

WAST is a very old tool. You might have better luck checking out some of the better open source load/performance tools like: OpenSTA, JMeter, Webload, Grinder, etc.

Corey Goldberg
A: 

I recommend Webload.I used it and it was a great tool. The IDE it provides allows you to record your browser action. When doing the stress testing, Webload will draw a nice graph on the fly.

edit: here is the link to the webload site: http://www.webload.org/

Alvin
A: 

I advise to use the new version of SOAPbox from Vordel. This tool is very simple to use but provide very interesting functionalities. You can find it here : http://www.vordel.com/products/soapbox/