What is the best way to automate REST api -


i trying automate rest api methods. wanted know way automate using java+selenium+httpclient or using ruby+minitest.

please help...

instead of using httpclient in java, better use jersey clients[jax-rs implementation]. following links familiarity jersey client. https://jersey.java.net/documentation/latest/client.html

http://howtodoinjava.com/jersey/jersey-restful-client-examples/


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -