Hi,
Can some one suggest me as how a web service can be tested for the following..
1) Lease Time
2) Performance
3) Memory Leaks
4) Multi User Environment
To express my need in other words, i have a webservice which is consumed in a web page and in a win app as well as by an app targeted for PocketPC. I would like to test the timings in different environements... can some one suggest me about the testing methodologies for the Webservices.
I know that there are tools like ACT, WAS, bla.. bla.. but they won't do for Webservices...
Hope to read a solution...
Regards,
Chakravarthy

How a web Service can be tested?
Mike1820
Chakravarthy,
John
Engr.Faisal
With ACT you can test web services too, look at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnpag/html/scalenethowto11.asp
Regards,
Pierre
Mayur_bm
As far as a multi-user environment, you might be able to use one of the profiling tools on the PC hosting the webservice and create an ACT test on a series of OTHER PCs, but now you are talking quite a few dollars and possibly more than one set of hands.
knightmare
Red Gate http://www.red-gate.com/ has a product ANTS that does web service testing
Mark Schmidt
As regards memory leaks and to some extent performance analysis you would need a profiling tool. There a couple in the market... Intel VTune, Ants, NProf (free), Theres one from Jet Brains, and I think Devpartner has a IDE integrated tool for profiling.
For functional/WS-compliance/interop testing there is an awsome tool called SoapScope.