Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Mastering Postman – Workspace

This folder contains Postman collections from the Mastering Postman workspace created by Omkar Nikam. It covers foundational and advanced concepts in API testing using Postman.

Each collection demonstrates specific features like request chaining, authentication, variable usage, and writing test scripts.


πŸ“š Collections Included

Collection Name Description
API_Chaining Demonstrates chaining multiple API requests together by passing data between them using environment or collection variables.
AuthorizationAndAuthentication Shows examples of authenticating APIs using Basic Auth, Bearer Tokens, and API Keys.
DemoAPI A sample collection to practice basic HTTP methods (GET, POST, PUT, DELETE) with dummy APIs.
Sample Collection for Variable Demonstrates usage of variables (global, environment, and collection scope) and dynamic values using Postman scripting.
Testing Includes test scripts using pm.test for validating response status, body content, headers, and more.
Vault Key Explores securing sensitive values like tokens and API keys using Postman's variable vaults.

πŸš€ How to Use

  1. Open Postman.
  2. Click Import.
  3. Select the .json files from the collections/ folder.
  4. Run each collection to explore the features.

πŸ”§ Requirements


πŸ‘¨β€πŸ’» Author

Omkar Nikam
Aspiring API tester and automation enthusiast.


πŸ“ This folder is part of the main Postman Practice Workspaces Repository

About

This repository contains my Postman workspaces for learning and practicing API testing, including chaining, variables, authentication, and data-driven testing.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors