Postman API Testing Tutorial #4 | POST, PUT and PATCH Method

preview_player
Показать описание
#postman #postmantutorial #apiautomation #apitesting #apitestingtutorials #manualtesting #manualtester #automation #automationtesting #automationtester #automationtesters #softwaretesting #restapis #soapapis #webservices #webservice #howtotestrestapi
#postmanrequests #postrequest #putrequest

Hello, thanks for watching this video about the difference between the POST, PUT, and PATCH methods. This tutorial includes the following:
- Introduction to Post Method
- Introduction to Put Method
- Introduction to Patch Method
- Difference Between Put, Post, and Patch Methods
- Real-time example of Post, Put, and Patch Methods

📌 Timestamps:
0:00 - Introduction
0:07 - Welcome to the Postman Tutorial
0:11 - Difference Between POST, PUT, and PATCH Methods
0:19 - What is the POST Method? (Creating a Record)
0:24 - PUT vs. PATCH: Key Differences
0:30 - PUT: Completely Modifying a Record
0:33 - PATCH: Partially Modifying a Record
0:37 - Practical Demonstration in Postman
0:42 - Passenger API Overview
1:04 - Using Passenger API in Postman
1:12 - Creating a User with the POST Method
1:28 - Configuring the POST Request in Postman
1:53 - Copying API Body for Request
2:17 - Executing the API Request Successfully
2:27 - Saving User ID for PUT & PATCH Methods
2:40 - PUT Method: Modifying a Passenger Record
3:15 - Sending PUT Request with Updated Data
3:26 - Verifying Updated Record with GET API
3:52 - PATCH Method: Partially Updating a Record
4:09 - Modifying Data Using PATCH Request
4:18 - Successful PATCH Request Execution
4:25 - Verifying Partial Update with GET Request
4:38 - Recap: Difference Between POST, PUT, and PATCH
4:42 - Conclusion & Thank You

What is the difference between the POST, PUT, and PATCH methods?
====================================================
POST - The post method is used to create a record.
PUT - Put method is used to completely modify the record.
PATCH - The patch method is used to partially modify the record.

Dummy API Link
==============

Subscribe to our channel for the latest videos
==================================

#selenium #tutorials #free #2022 #training
Watch more free Selenium Tutorials

#JMeter #performance #testing #tutorials #free #2022 #training
Step-by-step free JMeter performance tutorials

#postman #API #testing #tutorial #manual #automation #free #2022 #training
Step-by-step free postman API manual and Automation Testing tutorials

#java #programming #tutorials #free #2022 #training
Step-by-step free Java programming tutorials

#agile #Youtube #series #free #2022 #training
Learn about agile from the free YouTube series

#learn #software #testing #innovative #animated #videos #free #2022
Learn software testing free from innovative animated videos
Комментарии
Автор

😊 Hello and thank you for watching! We'd love to hear your opinions in the comments section.

TestingFunda
Автор

Hello sir! I tried get method it works fine 200 that is ok, but when i started to used post method to create a new record or create a new user then using that api which you taught returning me bad request 400 when i send with all creditenals .. what to do sir plz reply

syedasadali
Автор

POST is not working ...getting this msg

{
"message": "Error in saving passenger. Please try again"
}

fizafazilat
Автор

What about a nested JSON document? How would the put and patch work?

hamzamasood
Автор

The website is down. Always return 502 bad gateway.

HenryLeu