Postman Test cases Examples: Learn How to Write API Test cases in Postman ( API Testing Tutorials)

Postman Test cases Examples: Learn How to Write API Test cases in Postman ( API Testing Tutorials)

The Testing Academy

4 года назад

75,362 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

David Wild
David Wild - 01.03.2022 13:39

Best postman getting stated video. Thank you!!!!!

Ответить
Doug M
Doug M - 08.11.2023 20:02

Great video in that you showed examples and you talked and just didn't assume the user would know what to click already.

Ответить
aishu sri
aishu sri - 09.10.2023 09:38

Hi promod, Add this in api testing playlists.

Ответить
Ingkar Kaldybayeva
Ingkar Kaldybayeva - 09.10.2023 08:53

Hello! Thanks for the video! But I don’t understand maybe there are several Zephyrs..? Because in Zephyr that I downloaded there’s none all of this you show

Ответить
Mark Roy
Mark Roy - 11.07.2023 19:20

I wish your video quality was little better. Content is excellent!

Ответить
Ankita Makode
Ankita Makode - 15.02.2023 15:26

pm.test("Expected Emma at Data[2].first_name", function () {
var jsonData = pm.response.json();
pm.expect(jsonData.data[2].first_name).to.eql('Emma');
});

ERROR: Expected Emma at Data[2].first_name | TypeError: Cannot read properties of undefined (reading 'first_name')

ONE ERROR WE FACE. PLEASE TELL ME

Ответить
prabhat gautam
prabhat gautam - 01.02.2023 13:01

Kaafi difficult way m pdha rahe ho

Ответить
Supreet Kaur
Supreet Kaur - 16.01.2023 14:27

Hi, Can you please also share how to write GET call test cases in Postman using Javascript with parameters in the url.

Ответить
Swetha Veldandi
Swetha Veldandi - 23.12.2022 12:29

How we get url path for post and GET methods for any application

Ответить
Natali Sulcer
Natali Sulcer - 15.12.2022 02:07

Best video !!!! thank you so much !! Your test cases helped me a lot today and saved a lot of time .

Ответить
SHACHINDRA TRIPATHI
SHACHINDRA TRIPATHI - 13.12.2022 10:25

Great content. If you could mind to increase the font a little bit.

Ответить
Hema krishi
Hema krishi - 07.11.2022 14:25

great one, able to do all the cases successfully, thanks a lot

Ответить
Nishana Azad
Nishana Azad - 29.09.2022 12:31

Wonderful video...Thanks for creating this

Ответить
Lakshman Karri
Lakshman Karri - 06.09.2022 12:55

In the body total= 12, u have written code to check include("total"). how to check weather "total" has any value (not empty or mandatory)

Ответить
S Js
S Js - 30.08.2022 08:14

How to add negative and positive tests together in api without failing

Ответить
Kumar Swami
Kumar Swami - 21.06.2022 06:33

Bro fantastic brooo......

Ответить
Freelancer IT solutions
Freelancer IT solutions - 24.05.2022 07:31

Videos quality itni ghatiya hai 1080P par bhi blur dikhta hai bhai...... Kya matlab itna technical hone ka

Ответить
Dilip Shinde
Dilip Shinde - 15.05.2022 07:31

Video really helpful..1) At which stage of testing we going to test API ..2) What are the documentation for API testing..3) What are most bug in API testing...These are interview question asked.

Ответить
Faith Berroya
Faith Berroya - 25.07.2021 07:47

Thank you so much for this! :) But I have a question, how do we know when to use .expect or .response?

Ответить
ClickEYE
ClickEYE - 20.07.2021 02:42

would be more great if the video quality is bit high.

Ответить
Rakesh Mehta
Rakesh Mehta - 23.06.2021 15:18

Can we also test number of records expected vs actual

Ответить
Muhammad Salman Khan
Muhammad Salman Khan - 23.06.2021 09:00

Thanks, it is really helpful. Can you also please share the link of your video for POST Request test script? Actually I am trying to verify the data that is inserted in the body before and after post request.

Ответить
PRRAMOD MANE
PRRAMOD MANE - 24.05.2021 08:29

I am writing test cases first time for postman - params and header. Could you please help out how to write test for params and header🙏

Ответить
nagendra reddy
nagendra reddy - 13.04.2021 03:31

Bro you are doing well. Explaining well. But when you sre presenting your screen try to zoom it. It is hard to see what you are showing

Ответить
menoktaokan
menoktaokan - 30.12.2020 09:02

Bro, zoom in could be better.

Ответить
Sumit Paliwal
Sumit Paliwal - 08.12.2020 20:54

Thank you. This video is very helpful for me.

Ответить
srinivas kadiyala
srinivas kadiyala - 11.11.2020 21:50

What is the usage of converting Json to XML?

Ответить
Soniya Islam
Soniya Islam - 09.09.2020 05:44

helpful video Thank you

Ответить
Victor Aragon
Victor Aragon - 05.09.2020 01:55

Thank you so much.

Ответить
Sundar Kalpavruksha
Sundar Kalpavruksha - 26.08.2020 17:56

Awesome.. thanks for sharing this.

Ответить
M Ridhwan K
M Ridhwan K - 11.08.2020 17:05

why I try send method "POST" i got error "bad gatway" ?

Ответить
Wilber Silva
Wilber Silva - 07.08.2020 18:20

Top!

Ответить
Yohan Sangalang
Yohan Sangalang - 21.06.2020 06:49

for example I have:

pm.test {
pm.expect (This pass 1)
pm.expect (This fail 2)
pm.expect (This fail 3)
}

Is there a way for me to display the error messages for 2 and 3? Currently Postman do is only post the error for #2.

Ответить
Andreikpshn
Andreikpshn - 02.06.2020 15:46

That intro is bad news for someone with epilepsy :))

Ответить
Merajul Haque
Merajul Haque - 20.05.2020 08:37

How to add data using source file(csv etc) in test scripts & same for Pre-requisite.

Ответить
Jagdev Singh
Jagdev Singh - 07.05.2020 17:46

How to add test templates to our postman.. I can't see these functions eg-status code etc?

Ответить
Kostia
Kostia - 31.03.2020 20:39

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?

Ответить
Chaithanya Ravi
Chaithanya Ravi - 11.03.2020 19:22

Hi bro..need your contact details..can you please share

Ответить
Chigivara86
Chigivara86 - 21.10.2019 17:48

Cool, thanks bro

Ответить
pratheep kumar
pratheep kumar - 02.10.2019 21:15

Very nice explanation bro also how to write a testcase my own with out using from snippet code. How to test could mongo dB database . Make more videos .

Ответить
Ruby
Ruby - 14.08.2019 08:02

Thanks

Ответить