Top 20 Git Interview Questions & Answers
1. What is Git? Having a distributed architecture, Git is an example of a DVCS (hence Distributed Version Control System). It can track changes to a...
1. What is Git? Having a distributed architecture, Git is an example of a DVCS (hence Distributed Version Control System). It can track changes to a...
1. What is Devops? DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high...
In this tutorial, you will learn how to setup a Jenkins Build Server on AWS EC2. Prerequisites: 1. AWS EC2 instance is running. (Follow here). 2....
In this tutorial you will learn how to create and run a new EC2 linux instance in AWS. Prerequisite: We’ll be using all the options which...
In this tutorial you will learn how to connect to the AWS EC2 instance using a SSH client like Putty. Prerequisites: 1. AWS EC2 instance is...
This tutorial will show how to create a Jenkins Continuous Delivery Pipeline to build Node.js and React application using npm. Pipeline will be created using a...
A framework defines a set of rules or best practices which we can follow in a systematic way to achieve the desired results. Test Automation Framework is a...
What is WebDriver? Selenium WebDriver is a web framework that permits you to execute cross-browser tests. It is an interface to write instruction sets that can...
Selenium is an open source tool for automated testing of web applications across different browsers and platforms. It consists of following components: Selenium WebDriver – It...
It is not possible to add a webhook for the Jenkins running on local host as it doesn’t have a public URL exposed over internet. To...