Best Blackhat Forum

Full Version: [F4LT] Rest API Testing using Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Rest API Testing using Python
Detailed Python Scripting

Last updated 7/2018
Includes:
3 hours on-demand video
2 Articles
32 Lectures
03:01:47

What Will I Learn?
Ready to design REST API Testing automation framework
Ready to face REST API automation interviews

Description
REST stands for REpresentational State Transfer. REST is web standards based architecture and uses HTTP Protocol for data communication.

In REST architecture, a REST Server simply provides access to resources and REST client accesses and presents the resources. Here each resource is identified by URIs/ global IDs. REST uses various representations to represent a resource like text, JSON and XML. Now a days JSON is the most popular format being used in web services.

Here in this course we are going to automate and validate API's using Python Scripting

We are going to cover following well known HTTP methods are commonly used in REST based architecture.
GET - Provides a read only access to a resource.
PUT - Used to create a new resource.
DELETE - Used to remove a resource.
POST - Used to update a existing resource or create a new resource.

https://www.udemy.com/api-testing-python/

Please add me Reps as Thanks
Cg
Thanks, cgcg. Interesting share!
Reference URL's