Hello Priya, We can use JMeter to load test RESTful Services.
Steps are: ThreadGroup -> HTTP Request Defaults -> HTTP Authorization Manager(if authentication is required) -> add 4 HTTP Request Samplers for each HTTP method i.e., HTTP Request Sampler1 : PUT (To add data from a xml, you can add the xml file by using the option "Send Files With Request" ) HTTP Request Sampler1 : GET HTTP Request Sampler1 : POST (same as PUT) HTTP Request Sampler1 : DELETE Finally, add a Listener and analyse the results. I guess, this would be helpful to you. -- View this message in context: http://jmeter.512774.n5.nabble.com/Re-RESTful-API-tp2644601p2650700.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

