Category Archives: CI/CD
• CI/CD • Automation • Tutorial
How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?
As per the official Jenkins wiki information, a Jenkins freestyle project is a typical build job or task. This may be as simple as building or packaging an application, running tests, building or sending a report, or even merely running few commands.
March 19, 2021
244415 Views
16 Min Read
• CI/CD • Automation • Tutorial
How To Use GitLab CI To Run Tests Locally
Taking over from its predecessor, Jenkins, GitLab CI is a continuous integration/continuous delivery (CI/CD) server. It helps development teams to test code from a centralized location, all while providing built-in integration with Git repositories.
March 10, 2021
168122 Views
17 Min Read
How To Use Shared Libraries In A Jenkins Pipeline?
As Agile methodology picks pace, tools that enable faster time to deliver software got more prominence. Jenkins, arguably the widely used DevOps automation tool, helps companies achieve the full benefits of Agile methodology.
March 2, 2021
94197 Views
11 Min Read
• CI/CD
How To Set Up Continuous Integration With Git and Jenkins?
There are various CI/CD tools such as CircleCI, TeamCity, Bamboo, Jenkins, GitLab, Travis CI, GoCD, etc., that help companies streamline their development process and ensure high-quality applications.
February 23, 2021
81735 Views
16 Min Read
How To Integrate Cucumber With Jenkins?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is an open-source BDD (Behavior-Driven Development) testing tool for automation testing of web applications. It remains to be one of the best frameworks for functional and acceptance testing.
February 11, 2021
77464 Views
16 Min Read
• CI/CD • Selenium Java • Tutorial
How To Generate TestNG Reports In Jenkins?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but designed to be better than JUnit, especially when testing integrated classes.
February 4, 2021
74118 Views
16 Min Read
How To Build a CI/CD Pipeline In Azure DevOps ?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on CI/CD Testing. Azure DevOps by Microsoft Azure is one of the leading tools that automate CI/CD’s process and, in turn, supports automatic builds and code projects to make them available to others.
February 2, 2021
178542 Views
20 Min Read
CircleCI Vs. GitLab: Choosing The Right CI/CD Tool
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on CI/CD Testing. He is a gifted driver. Famed for speed, reverse J, and drifts. He can breeze through the Moscow and Mexico traffic without sweating a drop. Of course, no one gets cracking on Bengaluru roads … Continue reading CircleCI Vs. GitLab: Choosing The Right CI/CD Tool
January 21, 2021
109145 Views
15 Min Read
• CI/CD • Selenium WebDriver • Tutorial
Running Selenium Tests in Jenkins
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. DevOps, an organizational approach that has been used immensely for quicker development and deployment of applications, has been the latest technical buzz.
December 14, 2020
89505 Views
13 Min Read
Jenkins vs Travis vs Bamboo vs TeamCity: Clash Of The Titans
What’s the first thing that comes to mind when you hear the words Software Development and DevOps? There’s only one magic word (five to be more precise)- Continuous Integration and Continuous Delivery.
October 22, 2020
54045 Views
22 Min Read