Jenkins Pipeline Tutorial: How to Create Jenkins Pipeline

The Jenkins Pipeline is a collection of procedures required for consistently creating and evaluating applications. It is intended to move the product from version control to a user-facing release by expanding continuous delivery practice capabilities. Types of Jenkins Pipeline Jenkins supports 2 types of pipelines. 1)Declarative: Declarative pipeline provided limited pre-defined syntax and its relatively … Read more

How To Use Jenkins With Maven & Schedule Jenkins Periodic Build

In this article, we will learn about the Jenkins tool, its Architecture and its advantages. We will also see how to use Jenkins with Maven build tool. What Is Jenkins? Jenkins is an open-source automation tool that helps to automate the software development process – building, testing, and deployment to production or different servers. It … Read more

Chatbot Testing | How To Test A Chatbot

ChatBot Testing

This article is written to educate the user about chatbots, types of chatbots, chatbot testing and chatbot automation testing using Botium. I have used Botium CLI to perform the automation testing of the chatbot. What is a Chatbot A chatbot is a piece of software designed to have interactions with humans. Chatbots are often referred … Read more

How To Do API Load Testing With Gatling

APIs are the foundation of every software. Conducting API Load Testing is a great way to minimize performance risks and obtain useful feedback for an application by ensuring that an API can handle an expected load to increase its scalability and performance. Gatling is a handy tool to conduct stress tests, capacity tests, and performance tests. What Is A Performance Test? … Read more

How To Do Ramp Users Load Simulation In Gatling

If you are new to the Gatling performance tool then first install and configure Gatling from Here. Check this article to understand What is Gatling and how to use it to write Java-based performance tests. In this article, we will understand how to perform load simulation in Gatling. What Is Simulation In Gatling Simulation is … Read more