Postman Data Driven Testing with CSV Data File | Postman Testing Tutorial

preview_player
Показать описание
✨ In this Postman Testing Tutorial, we'll be demonstrating how to use Postman for data-driven testing using a CSV data file. We'll cover the process of importing a CSV file into Postman, creating a collection, and setting up test scripts to loop through the data and perform assertions. This is a great way to quickly and efficiently test multiple scenarios, making sure your API is working as expected. Whether you're a beginner or an experienced Postman user, this tutorial will provide valuable insights on how to streamline your testing process. So, tune in and learn how to take your Postman testing to the next level!

Join this channel to get access to awesome perks and be part of the Automation Bro community:

Video Chapters:
0:00 - Postman Data Driven Testing with CSV Data File
1:49 - Create API Request
6:45 - Run Postman Collection
10:27 - Create Postman Tests
16:12 - Let's Review

✨ 𝐉𝐎𝐈𝐍 𝐀𝐮𝐭𝐨𝐦𝐚𝐭𝐢𝐨𝐧 𝐁𝐫𝐨 - 𝐃𝐢𝐥𝐩𝐫𝐞𝐞𝐭 𝐉𝐨𝐡𝐚𝐥✨
Channel Link:

📧 Subscribe to the channel to get notified of future videos -

🎓Get access to all the courses -

📌𝐀𝐮𝐭𝐨𝐦𝐚𝐭𝐢𝐨𝐧 𝐁𝐫𝐨 - 𝐃𝐢𝐥𝐩𝐫𝐞𝐞𝐭 𝐉𝐨𝐡𝐚𝐥'𝐬 𝗢𝘁𝗵𝗲𝗿 𝗩𝗶𝗱𝗲𝗼𝘀 🎥
🟡 Linux Command Line Introduction | Command Line Series
🟡 Postman Automation Testing ⚙️ #shorts
🟡 Postman File Upload (Image)
🟡 Newman Data Driven Testing | Newman Postman Tutorial

💌 𝐋𝐄𝐓'𝐒 𝐒𝐓𝐀𝐘 𝐈𝐍 𝐓𝐎𝐔𝐂𝐇 💌

Thanks for watching, and we'll see you in the next video!

#postman #api #shorts #AutomationWorkshop #SoftwareTesting #TestAutomation #LearnAI

𝐑𝐞𝐥𝐚𝐭𝐞𝐝 𝐒𝐞𝐚𝐫𝐜𝐡𝐞𝐬:
how to upload a file in postman
postman automation testing
postman automation testing tutorial
best practices and tips
video uploads with postman
Рекомендации по теме
Комментарии
Автор

I followed this and was able to alter it to my needs, thanks for sharing this is simply great!

XBOXTimeDevil
Автор

Thankyou so much for your great explanations.

Anixkaaa
Автор

keep up the good work bro, very helpful and easy to understand|!

cutefunnypets
Автор

Good job! By the way, I have two APIs: the first one has 4 iterations, and the second one only has 2 iterations. I've configured test data in a CSV file. However, when running the collection, I selected both APIs, and unique data file and both are hitting 4 times. The second API only has 2 sets of data iteration. How can I avoid this issue?

ShivaJambagi
Автор

Are you planning to start a playlist on Appium for mobile app testing?

ankitkumarsingh
Автор

Good work Bro. BTW how can i write the data to the same csv. Say for example in the response i have one more json object called 'Rank' for each response i got different rank values. How can i save the Ranks for each user in the same CSV?

muraliagreeya
Автор

Awesome video!

Is there any way to send CSV data in as a payload for an entire monitor to run? I'm trying to set up a script that takes the first 50 rows of data from a sheets file and sends it to the postman api to execute a monitor with that datasheet.

manguyfriendbro
Автор

Hello Team...how to include the test data files as well and deliver as a package to another team member with all collections ?

harishkce
Автор

Please help here
I have 2 APIs
1st one is Token
2nd Api is to send the request body with authorisation
When i tried with csv file for 2nd API
Am getting 401 error
I have checked variables declaration is correct and also manually before running the collection am sending token as well
But am not understanding what’s going wrong

Prince_Shahid
Автор

what if for each csv iteration there was also a pdf file to upload in the registry?

evertonagoravai
Автор

Hi...I tried this functionality in my project, but I am getting "Assertion error:expected 401 to be one of [200, 201, 202]

sathiyapriya
Автор

how to validate the return data of a csv during api tests in postman?

leandrocarvalho
Автор

Anyone able to get this to work: data['variableName'] ? It comes back as 'undefined' for me. Changed it to this to get it to work: const requestBody = JSON.parse(request.data); and requestBody.variableName

birstinger