Hi Piranha,

Thanks for your reply.
I am trying to create the setup as you suggested.
Will get back to you if any issues.
Thanks again

Regards,
Priya

-----Original Message-----
From: piranha [mailto:[email protected]] 
Sent: Tuesday, August 24, 2010 9:00 AM
To: [email protected]
Subject: RE: RESTful API


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to