Introduction to APIs, Postman and API testing in 25 minutes (GET vs POST)

preview_player
Показать описание
This video is a quick introduction to APIs and Postman in just 25 minutes. I will briefly explain what an API is and how you can call (aka consume) an API with Postman.

You will learn about the HTTP request methods (also known as HTTP verbs) like GET, POST, DELETE and how to send a JSON request body.

API Documentation (with Swagger):

___

// POSTMAN COMPLETE GUIDE ONLINE COURSE

👉 Want to learn more about Postman? Check my Postman online course.

Get it at a special price and help support this YouTube channel:

___

// I HAVE A QUESTION!

I do my best to answer all comments here on YouTube but I cannot make any guarantees.

If you have a question, it is best to ask your question on the Postman User Group on Facebook or on the Postman Community (links below).

If you have purchased the Postman Online Course, please use the Q&A section or send me a message on Udemy.

Please do not email me or contact me on other channels as I might not be able to answer. Sorry!

___

// I HAVE A VIDEO IDEA

Do you want me to create a video on a specific topic? Just fill out the form below:

___

// P L A Y L I S T S

___

// F R E E R E S O U R C E S

▸▸▸ DOWNLOAD the FREE Postman Quick Reference Guide

▸▸▸ JOIN the Postman User Group on Facebook

▸▸▸ The OFFICIAL Postman community forum

▸▸▸ 👉 Subscribe to the "Testing and automation with Valentine" newsletter for bi-weekly tutorials, tips, and news from the industry.

___

// YOUR SUPPORT ON PATREON MATTERS

If you enjoy this content, help me create more like this. Consider supporting me on Patreon.

___

// IMPRINT

---
Рекомендации по теме
Комментарии
Автор

👉 Want to learn more about Postman? Check my Postman online course.

vdespa
Автор

It is the cleanest, most professional and clearest video I have seen so far. I congratulate you for the contribution.

ajlozadaro
Автор

One hell of an tutorial. Thank You, means a lot.

myself
Автор

I love the cat notes :) And the tutorials are very interesting..!

AiryFake
Автор

Great video! Very helpful. Thanks for posting.

utubeutube
Автор

I appreciate you for work you have done

nargizreza
Автор

Excelent video! Very helpful. I am loving your courses on udemy. Keep up the good work Valentin!

jplobianco
Автор

Your class is awesome, by the way: what about send-me that shirt? lol

staulik
Автор

Thank you, this helped alot! Great tutorial :)

Andrew_OHara
Автор

Awesome! thank you very very much! Pressing subscribe :)

martinvanek
Автор

@Valentin Despa: Quick question: while deleting the record, we did not give any Authorization? May I know why? Or can i say that Delete method did not need any Authorization (in this case, API with delete method can run without Authorization)

I would appreciate your response.

amanpathania
Автор

Thank you, is very helpful. I'm doing the udemy course also.
I haven't managed to get my head around the swagger docs for api's, hoping you could help please. Do these docs essentially detail all the endpoints of the api has, and are used as a reference point for using postman? Who creates these docs and do testers request it from the devs?

gdd
Автор

Dear Valantine, Your TShirt is nice with POSTMAN Logo. do we get online from Amazon? BTW Im from India

meghasandesam
Автор

Hi Valentine, This is a good video for the starters indeed with good example. Am currently working on postman from more than a year, I have a question may be good idea to ask here and help me n community if possible. The question is, I have a collection that runs end to end in different environment in CLI using npm (Fully automated using pre requisite scrips to generate random data for each field). Now I want to dockerise it so that I can ship into Jenkins pipe line and run it in schedule. Would be great if you can make a video on this. Thanks again

sharmak
Автор

Is it possible to cover a 'Negative' API test scenario in POSTMAN? I'm verifying that Error: 400 is expected and 1/2 of my test is passing and another is failing with "Failed | AssertionError: expected false to be truthty" is there any way to avoid this assertion error?

coolkostian
Автор

1.In the first request I am generating token using basic Auth 2. In the next request, using the generated token, I am sending a request payload where I want to set like if the username, password combination (in the first request) is suppose a and b, then I want my tradingAgent field to be suppose B, else C or other combinations How can I achieve this, I am new to postman and javascripting.

My second request looks like this

"sequence": "5533",
"tradingAgent": "{{tradingAgent}}",
I understand in the pre-requisite script I have to write..but the below doesnt work..enter image description here

var username =
if (username = ("a")) (password = ("b")) pm.environment.set("tradingAgent", "B");
else
pm.environment.set("tradingAgent", "C")

debopriyasarkar
join shbcf.ru