Hi,
I am very new to webMethods. I dont have any idea about performnce testing the WM. Please help me out with these very basic question:
How we have to do the performance testing of WM?
Can LR be used for this purpose
What exactly we will be doing for performance testing. i.e WM is an integration tool .Scripts and load will be generated for the source (subscriber) or for WM?
Please provide a proper reference for performance testing of WM so that I can come on proper track.
I don’t know how other users do testing, but I will write you how I usually do it.
We are testing in few ways:
a) The simplest way is to run service from developer with different inputs. If you have triggered service you can publish documents from some dummy services created just for testing.
b) Creating dummy services in some testing package
c) Invoking service by SOAP (try use this: [url]http://www.soapui.org/[/url])
d) Creating java framework that will automatically call your services with different inputs
e) To do capacity testing you can use JMeter ([url]http://jakarta.apache.org/jmeter/[/url])
f) Creating tool using in dsp pages (webMethods web API)
I don’t know what is LR …
Usually you will want to test webMethods services functionality, so you can create code to test and check for expecting results e.g. for correct response messages, publish documents (please look for document tracker for that), log files and database. You can do checking results manually or create code for do it automatically.
We had code in java to do invoke (by publishing, soap or directly remote invoke services at webMethods) and automatically check for result at response, logs and database. To do it in java you can read documentation about java API to webMethods.
Thanks Lukasz,
You can mail me at : Disha.Rajapurkar@gmail.com
It will be better if you send me some Jmeter script’s examples
Or any other material that you will like to share.
I’m usually using “Aggregate Report” from JMeter to get throughput. To get other statistics like % of using CPU, memory, etc you need to get this information from the system (e.g. commend “top”)
Hi Disha ,
I dont have any idea about performnce testing the WM. Please help me out with these very basic question:
How we have to do the performance testing of WM?
What exactly we will be doing for performance testing. i.e WM is an integration tool .Scripts and load will be generated for the source (subscriber) or for WM?
Disha can u send scrpits which are sent by Lukasz
its Urgent
Hi Disha ,
I dont have any idea about performnce testing the WM. Please help me out with these very basic question:
How we have to do the performance testing of WM?
What exactly we will be doing for performance testing. i.e WM is an integration tool .Scripts and load will be generated for the source (subscriber) or for WM?
Disha can u send scrpits which are sent by Lukasz to bswmuser@gmail.com
its Urgent
Recently we used jmeter for performance testing for wM7.x. U need to create the scripts for your load server. And u need to add perfmon counters in your client server. Slowly increase the number of threads in your ‘load server’ and start the counters in client servers for some interval of time. You can check the aggregate report. Hope it may help… I dont have scripts at my system at present…