Hi Thank you for reading my post. what we can use to perform some load test on our web services? I just need a list of tools that are good enough to evaluate and test.
Thanks
William Brogden
Author and all-around good cowpoke
Rancher
It is very convenient for executing HTTP connections.
Instead of a full-blown SOAP client creating XML requests and parsing the result I would just grab the text of a typical client message and use it as a String template to create load testing requests.
If you are serious about load testing I would suggest LoadRunner or Performance Center from HP. Additionally, HP offers Service Test which is a functional testing tool for SOA that creates tests that can be used with LoadRunner to do performance testing. These tools are not cheap, but they are best of breed.
It can also be run from the command line and provide output files, although last time I checked it didn't integrate into CruiseControl (which was what I was looking for)