I am trying to learn web service testing using jmeter.Can anyone tell me how to proceed which samplers and request should i use.How should i practice as I am not having any web service to test. Thank you
asked Jul 26, 2016 at 6:04
Pratha
1471 gold badge2 silver badges11 bronze badges
1 Answer 1
The recommended test element for web service testing is "usual" HTTP Request sampler.
You can get a minimal web service test plan (it includes a web service endpoint by the way) in a couple of clicks like:
JMeter Main Menu -> File -> Templates -> Building a SOAP WebService Test Plan -> Create
References:
answered Jul 26, 2016 at 6:29
Dmitri T
169k6 gold badges91 silver badges149 bronze badges
Sign up to request clarification or add additional context in comments.
3 Comments
Pratha
Hi Thank you . I could understand it. but can u tell what is Send Soap Action in SOap/XML -RPC Request. I am getting error when i do the same thing in SOap/XML -RPC Request as done with HTTP request
Dmitri T
You need to use HTTP Header Manager to send SOAPAction header
Pratha
Thank you so much.