by Vijay | Jul 24, 2020 | Server
Reading Time: 2 mins. Introduction: In the previous articles of the same Jenkins series, you might have come across the Jenkins installation and how to build a basic job in Jenkins. As a continuation article, you will learn how to build and create a basic pipeline in...
by Rahman | Jul 24, 2020 | Server
Reading Time: 2 mins. Overview: The Jenkins “Freestyle” job enables you to build sequential tasks in the application lifecycle. Yet at the same time, there are some post-build actions that are limited in its nature. With the help of plugins, you can easily overthrow...
by Vijay | Jul 23, 2020 | Server
Reading Time: 5 mins. What is Jenkins? Jenkins is an open-source and automation tool primarily used for the implementation of Continuous Integration and Continuous Delivery/Deployment. Being written using the Java language, it can be integrated with a number of...
by Mohammad azarudheen | Jun 1, 2020 | Testing
Reading Time: 3 mins Taking Screenshots for Failed Test Cases Using Selenium In the below steps, let us see how to take screenshots for the failed test cases using Selenium WebDriver soon after analyzing the Output. Step 1: Replace the webdriver object to...