0

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

asked Sep 30, 2008 at 19:41
2
  • do you have access to Visual Studio Team Edition for Testers? Commented Sep 30, 2008 at 19:46
  • I think not. I have access to Visual Studio Team Edition for software developers Commented Sep 30, 2008 at 20:48

6 Answers 6

1

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

answered Sep 30, 2008 at 20:04
Sign up to request clarification or add additional context in comments.

Comments

1

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/

answered Sep 30, 2008 at 20:13

Comments

0

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.

answered Sep 30, 2008 at 20:10

Comments

0

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/

answered Oct 15, 2008 at 15:42

Comments

0
answered May 30, 2011 at 4:49

Comments

-1

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

answered Sep 30, 2008 at 19:48

2 Comments

This doesn't exactly test concurrency problems.
concurrency has nothing to do with a webservice performance, that should be handled in your code logic.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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