top of page
All Blogs
Search


Postman Collections and Newman Report (How to run group requests in Postman and generate Newman report)
Postman: Postman  is a collaboration and testing tool for APIs (Application Programming Interfaces) that work over the internet. API is...
Bhoomi Chakrani
Jun 264 min read


Excel Reader and Data Provider (How to read all data from excel sheet and How to implement data provider in testNG using Excel)
Hello everyone, I would like to share my knowledge on how to perform data driven testing using excel reader, access data from data...
Bhoomi Chakrani
Jun 183 min read


Automating Cucumber Test Projects with GitHub and Jenkins via IntelliJ
In the previous part , we saw how to create a Cucumber project from scratch. In this post, we’ll see how to integrate that existing...
Meenaa Kannan
May 54 min read
Rest-Assured API Test Automation Using TestNG Framework
API Automation API automation testing  is a type of automated software testing that validates the performance , functionality ,...
nirmalaasp
Jan 174 min read


Jenkins : A Beginner's guide to Understanding and Installation.
In this blog, we will learn about: ·       Understanding Jenkins. ·       Step-by-step installation of Jenkins. Introduction : Jenkins...
Prajakta Chavan
Feb 16, 20243 min read
Setting Up Jenkins on macOS: A Step-by-Step Guide
Introduction: Jenkins is a powerful automation server that is widely used for continuous integration and continuous delivery (CI/CD)...
Auxilia Rani
Sep 21, 20232 min read


Git Branching Strategies
Git is the most popular version control tool that gives software developers power to track, manage, organize and share their code. Git is...
Twinkle Jain
Jul 20, 20234 min read


How to run workflow through GitHub Actions
GitHub Actions is a feature available in GitHub that can create a custom automated workflow or in other words we can say, it is a built...
priyankamishraj101
Jul 20, 20232 min read


🌻Learn Ansible With Real-Time Project 🌻
Ansible is an open-source, command-line IT automation software application written in Python. It can configure systems, deploy software,...
Ritika Malhotra
Mar 15, 20233 min read


🌻AWS Project Using Shell Scripting for DevOps Engineers 🌻
Write a shell script to report the usage of AWS resources in your project Objective — An Organization is using an EC2 Instance, S3...
Ritika Malhotra
Mar 15, 20232 min read


🌻Source Code Management and Basic Git Commands 🌻
Git is a Version Control System, but what does that actually mean? When developers create something (like an app), they make constant...
Ritika Malhotra
Mar 15, 20233 min read


Git Basics for Beginners
When you are working with a team Git is an important part of daily programming.Since there are many things you can explore in Git,I...
Susila Baluchamy
Feb 16, 20234 min read


How to run Jenkins with Java 17 on a Windows Machine!!
Did you just now install Jenkins from "https://www.jenkins.io/doc/book/installing/windows/" using Windows MSI Installer? After the...
rakhimundhada1
Jun 18, 20222 min read
bottom of page