Documentation Status https://travis-ci.org/qaautomation-in/pyRestAuto.svg?branch=master

pyRestAuto documentation!

pyRestAuto is WebServices(REST API) automation Framework. Using this framework can automate REST APIs(GET/POST/PUT/DELETE) responses and generates logs,html reports.

WebServices

What is a web service
Web service is a standardized medium to propagate communication between the client and server applications on the World Wide Web. Below are the types.
  • SOAP web services
  • RESTful web services.

SOAP (Simple Object Access Protocol): SOAP is known as a transport-independent messaging protocol. SOAP is based on transferring XML data as SOAP Messages.

RESTful (REpresentational State Transfer): REST is used to build Web services that are lightweight, maintainable, and scalable in nature.The underlying protocol for REST is HTTP,