Open in app

Sign in

Write

Sign in

Hirudini Udugama
Hirudini Udugama

60 Followers

Home

About

Mar 12, 2022

How to get value from response and refer in a request in Postman

First I will create a get request as follows. Request URL: https://reqres.in/api/users?page=2 And again I’ll add a second request as an update user. Request URL: https://reqres.in/api/users/2 Request body: { “name”: “morpheus”, “job”: “zion resident” }

Postman

2 min read

How to get value from response and refer in a request in Postman
How to get value from response and refer in a request in Postman
Postman

2 min read


Mar 9, 2022

Data Driven Testing in Postman

How to get data from csv file First I will create a POST request under collection3 as Register user URL: https://reqres.in/api/register/preprod Request body: { “email”: “eve.holt@reqres.in”, “password”: “pistol” }

Data Driven Testing

2 min read

Data Driven Testing in Postman
Data Driven Testing in Postman
Data Driven Testing

2 min read


Feb 16, 2022

Create and manage workspaces in Postman

Workspace is an area where we can group, organize and manage collections. This is available from Postman 6.0 and upwards. In postman there 2 types of workspaces available Personal workspaces Team workspaces We can create a workspace by Click on new button -> Workspace

Postman Workspaces

2 min read

Create and manage workspaces in Postman
Create and manage workspaces in Postman
Postman Workspaces

2 min read


Feb 13, 2022

How to run requests in command line (Newman) in Postman

Steps: Install node.js First we should check if node.js is already installed. For this open the command prompt in windows and type node -v and click on enter. If any version is not displayed that means node.js is not installed. …

Postman

2 min read

How to run requests in command line (Newman) in Postman
How to run requests in command line (Newman) in Postman
Postman

2 min read


Feb 12, 2022

How to debug in Postman

For debugging we can use the postman console. How to open the console? View -> Show postman console 2. Keyboard shortcut Alt + Ctrl + C 3. Console

Postman

2 min read

How to debug in Postman
How to debug in Postman
Postman

2 min read


Feb 11, 2022

First test in Postman

Postman tests are javascript codes that are executed after receiving the response. Pre-request scripts are executed before request and tests are executed after request. Pre-request scripts can be used to dynamically change values which are executed before request. Eg: Dynamically changing headers For validation of the request we can use…

Postman

2 min read

First test in Postman
First test in Postman
Postman

2 min read


Feb 7, 2022

Quick snippets in Postman

Snippets are script templates. In postman we can create scripts in multiple locations such as collection level, folder level and request level. Scripting can be done as pre-request scripts and tests. Collection level scripts Click on more option on the collection -> Edit Same as we can add folder level scripts as pre-request scripts or tests in folder level by clicking more options on folder -> Edit and in request level by by clicking on more options request -> Edit

Postman

1 min read

Quick snippets in Postman
Quick snippets in Postman
Postman

1 min read


Feb 3, 2022

Environments in Postman

Environment is a set of key — value pairs in postman. Before moving into the environment let’s add a post request for user registration inside Collection1, POST folder. Request URL: https://reqres.in/api/register Request body: { “email”: “eve.holt@reqres.in”, “password”: “pistol” }

Postman

2 min read

Environments in Postman
Environments in Postman
Postman

2 min read


Jan 21, 2022

Variables in Postman

Variables are used to store values. To reuse values in multiple places, avoid repetitions, avoid re-work when changes occurred for values are the reasons to use variables. How to create variables? In the previous article we created two requests as Get User and Get all Users. There we can see…

Postman

3 min read

Variables in Postman
Variables in Postman
Postman

3 min read


Jan 18, 2022

What is a Collection in Postman?

A collection is a group of API requests organized into separate directories according to a logical order How to create a collection? To create a collection we can follow one of the methods. New -> Collection

Postman

4 min read

What is a Collection in Postman?
What is a Collection in Postman?
Postman

4 min read

Hirudini Udugama

Hirudini Udugama

60 Followers

Undergraduate at University of Moratuwa

Following
  • Chameera Dulanga

    Chameera Dulanga

  • Chatura Dilan Perera

    Chatura Dilan Perera

  • Chandi Premarathne

    Chandi Premarathne

  • Tharaka Munasinghe

    Tharaka Munasinghe

  • Tharuja Sandeepanie

    Tharuja Sandeepanie

See all (55)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams