Reporting Templates With Newman Command Line Runner In Postman

postman Reporting templates with Newman

Customizing HTML Reports Using Newman Reporting Templates: In this tutorial, we will cover reporting templates that can be used along with the Newman command line runner to generate templated reports from the test execution of Postman collection. The templates provide an easy and extensible way to use Newman runner and …

Read more


How To Use Command Line Integration With Newman In Postman?

Postman_ Command Line Integration with Newman

Learn to Execute Postman Collections Using Newman: In this tutorial, we will see how we can integrate or execute Postman collections through the command line using Newman which is a command-line integration tool for Postman. Newman is a free and open-source tool. It provides powerful capabilities to run the Postman …

Read more


Postman Advanced Scripting Examples for Complex Testing Workflows

POSTMAN Advanced Scripting

Learn About Postman Advanced Scripting For Complex Testing Workflows: In this tutorial, we will see some basic examples of using Advanced Scripting with Postman which would enable us to run complex testing workflows. We will discuss examples like Passing data from one request to another, Request chaining i.e. controlling the …

Read more


How & When To Use Postman Pre Request And Post Request Scripts?

Postman_ Pre and Post Request Scripts

In This Tutorial, we will Explain How and When to Use Postman Pre-request Scripts and Post Request Scripts or Tests with the Help of Simple Examples: In analogy to the unit testing world, the pre-request script is nothing but the setup that will happen before a test is executed. Similarly …

Read more


How to Use Postman For Testing Different API Formats?

How To Use Postman!

This Step by Step Tutorial Explains How To Use Postman For Testing Different API Formats like REST, SOAP and GraphQL with Examples: In the last tutorial we learned how to install and setup the Postman Tool. This tutorial will focus on how to use the tool for executing and testing …

Read more


Automating Response Validation With Assertions In Postman

Postman Automating Response Validation With Assertions

In This Tutorial, we will Understand the Concept of Assertions in Postman Requests With the Help of Examples: Assertions make Postman a great utility tool to create integration tests for rest API endpoints. Depending on the output of these assertions, we can see if a test can either pass or …

Read more


Postman Collections: Import, Export And Generate Code Samples

Postman: Import_Export And Generating Code Samples

In This Tutorial, we will Cover What Are Postman Collections, How to Import and Export Collections into and from Postman and How to Generate Code Samples in Various Supported Languages Using Existing Postman Scripts: These are some of the really powerful features that make Postman a tool of choice for …

Read more


Understanding Variable Scopes And Environment Files In Postman

Variable Scopes And Environment Files

This Tutorial will Cover Different Types of Variables Supported by the Postman Tool and How They can be Used while Creating and Executing Postman Requests & Collections: We will also touch upon the concept of environment files and see how they can be leveraged while creating and executing collections. => …

Read more


Integration Of Maven With TestNg Using Maven Surefire Plugin

Integration Of Maven With TestNg

This tutorial Explains How to Use The Maven Surefire Plugin to Manage our Dependencies and Select & Execute Particular Test Scripts or Suites Using TestNG: Here is a perfect guide for you on the Integration of Maven and TestNG using the Maven Surefire plugin and how to execute the script …

Read more


Robot Framework Tutorial – Features And Software Installation

Robot Framework – Brief Introduction

This Tutorial Explains What is Robot Framework Along with its Pros, Cons, Important Features and Installation Instructions: Robot Framework is an open-source Test Automation framework. It was initially developed by Nokia Networks, however, it is now maintained by the Robot Framework Foundation. You will learn about the features, pros, and …

Read more


Top 6 BEST Python Testing Frameworks [Updated 2026 List]

Python Testing Frameworks

This Tutorial Explains How Python can be used for Test Programming and Lists the Features and Comparison of the Top Python Testing Frameworks: With the widespread application of Artificial Intelligence, Python has become a popular programming language. This tutorial will cover how Python can be used for test programming along …

Read more


BDD And Cucumber Tutorial With Examples

Introduction To Cucumber and BDD

This In-Depth Cucumber Tutorial Discusses BDD And its Benefits, Cucumber Framework, Environmental Settings, Test Script Creation, Cucumber Features, Reports, etc.: Cucumber has become very popular and now it is widely used in the Software Testing Industry. Pre-requisites– Intended recipients should have knowledge of  Scrum, Maven, TestNG, etc. Background Of BDD …

Read more


Cucumber Gherkin Tutorial: Automation Testing Using Gherkin

Cucumber BDD

This Informative Tutorial Explains Advantages of Cucumber Gherkin Framework And How To Write Automation Scripts Using Gherkin Language with Clear Examples: Cucumber is a tool based on Behavior Driven Development (BDD) framework. BDD is a methodology to understand the functionality of an application in the simple plain text representation. The …

Read more


TestNG Tutorial: Introduction to TestNG Framework

TestNG Testing Framework

This TestNG Tutorial Explains the TestNG Framework Along with its Features, Benefits, and Advantages Over the JUnit Framework:

This tutorial will introduce you to the concept of Automation Framework, its benefits, and the types that are in use in the testing world.

Along with the Automation Framework, we will also discuss one of the most important topics i.e. TestNG Testing Framework.

Let’s Start!!

Read more

Was this helpful?

Thanks for your feedback!

TestNG Installation, Basic Program and Reports

TestNG Installation

This tutorial covers TestNG Installation. We will also run a basic TestNG program and see what reports can be generated post-test run in TestNG: This tutorial will educate you on how to install TestNG through Marketplace and Install New Software options in Eclipse. We will also run a basic TestNG …

Read more


TestNG Annotations and Listeners

TestNG annotations

This Tutorial Explains the Different Types of TestNG Annotations and Listeners. You Will Also Learn How to use the TestNG Annotations & Listeners with Examples: Here, we will run a basic TestNG program using TestNG annotations and also see the role of TestNG Listeners and how to use them in …

Read more


TestNG Example: How To Create And Use TestNG.xml File

TestNG.XML File

This Tutorial Explains How To Create TestNG.xml File With the Help of TestNG Example: One of the most important topics of TestNG i.e. the TestNG.xml file will be explained in detail here. A lot of tasks can be done simultaneously with the TestNG.xml file. Let’s get started!! => Check Here …

Read more


Rest API Tutorial: REST API Architecture And Constraints

Web Services, Architecture Using POSTMAN Application

In This Tutorial, we will Learn About REST API, Web Services, Architecture of REST API, REST API Constraints and How to Test an API Using POSTMAN: Pre-Requisites: Basic knowledge of Web Services. Check here to get a clear understanding of Web Services. What Is REST API? API is simply an …

Read more