top of page
All Blogs
Search


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


A Comprehensive Guide to Implementing Cucumber BDD Framework in IntelliJ IDE
This blog explains how to implement a Cucumber BDD framework from scratch in IntelliJ IDEA, with integrated reporting using Extent...
Meenaa Kannan
May 514 min read


How to Use Git Tags for Auto Deployment with GitHub Actions on Heroku
For an introduction to git tags and how to create them, please refer to my previous blog post: Releasing & Versioning of Software . In...
pooja dandir
Jan 64 min read


TestNG Project Setup in Visual Studio Code Part-1
TestNG (Test Next Generation) is a testing framework inspired by JUnit and NUnit with its own functionalities and categories of tests...
pavithrasenthurai
Dec 15, 20245 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
bottom of page