top of page
Evergreen posts from some of our Ninjas...
May 12, 20213 min read
1,459 views
All Blogs
Search
Saranya Shanmugam
Sep 6, 20246 min read
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...
Srividhya Kumar
Jul 25, 20244 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...
BhagyashriS
Jun 22, 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 3, 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
vijetha.asam
May 22, 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...
Malli
May 21, 20247 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...
Rajitha G
May 20, 20244 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...
limnadavisk
May 8, 20241 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...
Saranya Shanmugam
Apr 4, 20242 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...
gayathhriv
Sep 26, 20235 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...
ksurya2008
Sep 21, 20232 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...
Vaishali Padalkar
Jul 22, 20233 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...
Twinkle Jain
Jul 15, 20234 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
bottom of page