top of page

Evergreen posts from some of our Ninjas...
7,486 views


5,888 views


5,584 views

May 12, 20213 min read
1,472 views


1,777 views


All Blogs
Search

Understanding API Authorization: Implementing OAuth 2.0 and Other Authentication Methods in Postman and Rest Assured
Authentication: It is the process of verifying the identity of the thing or user ,verify and identity will not only include the human...
Saranya Shanmugam
Sep 6, 20246 min read

Validate Status code from JSON file in Rest-assured Data Driven API testing
In this blog, we’ll look at how to validate status code using a JSON file in Rest-assured to conduct data-driven testing. This method is...
Srividhya Kumar
Jul 25, 20244 min read

Mastering POJOs: Unveiling the Power of RESTful APIs for Beginners
This blog is a valuable resource for learners aiming to grasp the fundamentals of POJOs in RESTful APIs and their application in testing.
BhagyashriS
Jun 22, 20244 min read

Mastering POJOs: Unveiling the Power of RESTful APIs for Beginners
This blog is a valuable resource for beginners aiming to grasp the fundamentals of POJOs in RESTful APIs and their application in testing.
BhagyashriS
Jun 3, 20244 min read

Elevating API Validations with RestAssured: A Comprehensive Guide
In this blog, we will delve into the art of API validations using RestAssured, exploring its features, best practices and practical examples
BhagyashriS
Jun 3, 20244 min read

Assertions in Postman with Chai Assertion Library
Assertion: At the basic level, an assertion is just a Boolean expression. It contains a true and false binary. Assertion is a key concept...
vijetha.asam
May 22, 20244 min read

Most popular API Authorization Methods and Best practices
Most popular API Authorization Methods and Best practices When we talk about the APIÂ world we see Authorization not authentication is...
Malli
May 21, 20247 min read

Postman Monitoring
Postman Monitoring is a feature within the Postman platform that allows developers and teams to schedule and automate the testing of...
Rajitha G
May 20, 20244 min read

How to push postman API test codes in GitHub
This is the API that i tried to push to GitHub , Simple Book API Click to the 3 dots next to your collection name and click view more...
limnadavisk
May 8, 20241 min read


"How to Simplify JWT Authentication with Postman: Setting JSON Token Automatically and Manually"
In the dynamic landscape of API Testing, maintaining an authenticated session is a bit challenging. The following guide dives deeper into...
Saranya Shanmugam
Apr 4, 20242 min read

How to read Properties File in Java
This is my first blog and is all about How to read configuration data from properties file in Java. This can be in BDD cucumber framework...
gayathhriv
Sep 26, 20235 min read

Building API tests with REST Assured: A Quick Step by Step Start Guide - Part 2
This blog is a continuation of part 1. I am posting the link for part 1 here, https://www.numpyninja.com/post/building-robust-api-tests-w...
ksurya2008
Sep 21, 20232 min read
Why Web Service Testing
To know the Web Service Testing first we need to know : What is Web Service ? In the modern Era of Technology if you want to build a...
Vaishali Padalkar
Jul 22, 20233 min read

Data Driven Testing in Postman using single json file
This blog post explains on how to use a single json input file to achieve Data Driven testing in Postman
Twinkle Jain
Jul 15, 20234 min read
bottom of page