REST API Testing, Automation using POSTMAN
- Offered byUDEMY
REST API Testing, Automation using POSTMAN at UDEMY Overview
Duration | 8 hours |
Total fee | ₹1,920 |
Mode of learning | Online |
Credential | Certificate |
REST API Testing, Automation using POSTMAN at UDEMY Highlights
- Earn a certificate of completion
- Get a 30 days money back guarantee on the program
- Get full lifetime access of the course
- Learn from 7 articles and 5 downloadable resources
REST API Testing, Automation using POSTMAN at UDEMY Course details
- For Developers, QA Engineers, SDET's, Devops, IT Professionals
- Capture Network Traffic by setting up Proxies
- Learn how to do multi-part File Uploads
- Perform data driven testing (create 1000 students with a click of a button)
- Learn how to send SOAP Requests using POSTMAN
- Integrate POSTMAN with NEWMAN & JENKINS
- Different types of Authentication (BASIC,OAUTH1.0,OAUTH2.0)
- Scripting in POSTMAN
- POSTMAN is a very popular tool used by software development teams in many companies
- It is a very handy tool used by Developers when building RESTful web services
- It is also used by many QA Engineers for testing, automating RESTful services
- It is the "SWISS ARMY KNIFE" of REST API Development, Testing
- It provides many out of the box features for consuming Restful services
REST API Testing, Automation using POSTMAN at UDEMY Curriculum
Introduction to Postman
Installing Postman
Installing the Postman Standalone App(Windows & macOS)
Postman Features
Parameters,Response Handling in PostMan
Starting the student App
IMPORTANT: For users with Java 9 installed
Launching Student app docker image
GET Request(query parameters, path parameters)
Create a new Student (POST method)
Update student info(PUT request)
Update partial info (PATCH requests
Delete a student (DELETE method)
HEAD method
Options Method(Getting information about APIs)
Generating code snippets in POSTMAN
Creating presets
Collections and environments in POSTMAN
Setting up BestBuy API Playground
Global,Environment & Collection Variables
Variable Precedence in POSTMAN
Creating collections in Postman
IMPORT/EXPORT Collections in Postman
Collection Runner in Postman
Creating Documentation for API's
Importing Data in POSTMAN
Making SOAP Requests in POSTMAN
Setting up account on zamzar.com
Multipart FileUpload using Postman