Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Postman Tutorial Part 45 – Data Driven Testing in Postman Using JSON File

Posted on 02/19/2025 By admin

Hello Folks,

We have already seen How to read data from a json file in Postman.

In previous post, we have learnt Achieving Data driven testing using CSV in Postman. I will strongly recommended to go through above two links to understand about Data driven testing of API.

Instead of CSV , we will use JSON to achieve Data Driven testing in Postman.

We need to create a JSON file in specific format so that Postman can read it. It must be a JSON Array of JSON Objects and each JSON Object will be treated as a new data set for execution of an API. If JSON Array consists of five JSON Objects, API will be executed five times with provided set of data one after another in sequence. An example is below:-

MultipleDataForHotelBooking.json :-

Note:- A JSON Array may contains single JSON Object as well as we did in
How to read data from a json file in Postman.

If you compare with csv of post Achieving Data driven testing using CSV in Postman , you can relate that each row of csv (except first row ) as an individual JSON Object.

Now there are similar steps as in Achieving Data driven testing using CSV in Postman . You just need to run API using collection runner and select the JSON file in Data section.

Run the collection, you will see three iteration have run with different data.

Data for iteration 1:-

Data for iteration 2:-

Data for iteration 3:-

You can import example collection from here:-

https://www.getpostman.com/collections/e7d3735a7de9ea07870e

#ThanksForReading

You can find all Selenium related post here.
You can find all API manual and automation related posts here.
You can find frequently asked Java Programs here.

Uncategorized

Post navigation

Previous Post: LeetCode Java Programs
Next Post: Postman Tutorial Part 9 – DIfference Between Put and Patch HTTP Methods

Related Posts

April 1, 2018 – Make Selenium Easy Uncategorized
invalidClassName – Make Selenium Easy Uncategorized
tests in postman Uncategorized
MultipleClassTestNg – Make Selenium Easy Uncategorized
Selenium Framework 5: Understand Keyword Driven Framework in Selenium Uncategorized
image – Make Selenium Easy Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark