Top Jenkins Interview Questions And Answers

Top Jenkins Interview Questions And Answers

Top Jenkins Interview Questions And Answers



Question: What Is Jenkins?

Jenkins is self-contained, open source automation server used to automate all sorts of tasks related to building, testing, and delivering or deploying software.

Jenkins is one of the leading open source automation servers available. Jenkins has an extensible, plugin-based architecture, enabling developers to create 1,400+ plugins to adapt it to a multitude of build, test and deployment technology integrations.
TOP Testing Tools for Test Automation in the World of AI & ML

TOP Testing Tools for Test Automation in the World of AI & ML


TOP Testing Tools for Test Automation in the World of AI & ML



As we all are aware the next generation of testing belongs to AI/ML where this tool will be capable of automatically doing the automated visual testing, predictive analysis, Auto-Healing along with traditional features of any Automation tools based on the past data, their analysis and complex algorithm.



Introduction to Gradle - Beginners Guide

Introduction to Gradle - Beginners Guide



Introduction to Gradle - Beginners Guide



Introduction to Gradle

Gradle is an open-source build automation system that builds upon the concepts of Apache Ant and Apache Maven. Gradle has a proper programming language instead of an XML configuration file and the language is called ‘Groovy’.

Gradle uses a directed acyclic graph ("DAG") to determine the order in which tasks can be run.
Parallel Execution in Appium-iOS Real Devices

Parallel Execution in Appium-iOS Real Devices


Parallel Execution in Appium-iOS Real Devices



In this Appium tutorial we will learn how to execute our Appium test in parallel on Real iOS Devices.

In the last article we have already seen how to execute Appium test in parallel on iOS Simulators.

Well to perform parallel execution on iOS Real Devices we need to pass one additional parameter UDID along with other parameters that we have already seen in another article.

DevOps Automation Tool

DevOps Automation Tool




DevOps Automation Tool


    In this article we will be learning what is DevOps, DevOps automation, what are the famous and widely used tools in the market for this DevOps Implementation.

What is DevOps?

    DevOps is a combination of two words “development” and “operations’ and it is a collaborative approach where development and operations team will work together to deploy code to production the environment in a faster, automated and repeatable manner.

Record Selenium WebDriver Test Execution Video

Record Selenium WebDriver Test Execution Video



Record Selenium WebDriver Test Execution Video

As generic automation the process we usually preferred to capture screenshot of either failed automation test case or screenshot of all test cases as it helps us in debugging and identifying the exact cause of our test cases.

But there are certain situations in our project when we are executing our automation test either using selenium grid or on some remote server or executing as part of the nightly build. In that case if any error or issue occurred during execution it is very difficult and cumbersome to troubleshoot that.

Top JMeter Interview Questions And Answers

Top JMeter Interview Questions And Answers


Top JMeter Interview Questions And Answers



Top JMeter Testing Interview Questions & Answers

Question: What is JMeter?

Answer:
JMeter is one of the Java tools which is used to perform load testing client/server applications. Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance of the application. It was originally designed for testing Web Applications but has since expanded to other test functions.
Top Cucumber Interview Questions And Answers

Top Cucumber Interview Questions And Answers

Top Cucumber Interview Questions And Answers



Top Cucumber Testing Interview Questions & Answers

Question: What Is Cucumber?

Answer:
Cucumber is a Behavior Driven Development (BDD) tool. Cucumber is a tool that executes plain-text functional descriptions as automated tests. The language that Cucumber understands is called Gherkin.

In BDD, users (business analysts, product owners) first write scenarios or acceptance tests that describes the behavior of the system from the customer’s perspective, for review and sign-off by the product owners before developers write their codes.

Appium Questions and Answers for Mobile Test Automation

Appium Questions and Answers for Mobile Test Automation

Appium Questions and Answers for Mobile Test Automation


Top APPIUM Testing Interview Questions & Answers

Question: What Is Appium And Why Do You Need It?

Answer:
Appium is a free mobile testing tool and available as an open source from the GitHub. It has easy integration with Selenium Webdriver that’s what making it more famous.

Now, do you need it? It would solely depend on your requirements. But first of all, you’ll need to understand when you should use Appium. For example, if you are an app developer or a mobile app tester who wants to verify his app on multiple platforms. Then Appium can help you in doing that.
Cypress Tutorial : A Brief Introduction to Cypress

Cypress Tutorial : A Brief Introduction to Cypress


Cypress Tutorial : A Brief Introduction to Cypress



In this article, we will be having an introduction of Cypress.io and how to set this up and creating our first test in cypress.

Introduction to Cypress.io

Cypress.io is an open-source test automation tool built for modern web applications. It is fast, easy and reliable testing for anything that runs in a browser.

The most important part of it, it doesn’t build on Selenium WebDriver.
Cypress.io is NOT Selenium and hence there is a new architecture been built
from the ground up.
DevOps Implementation Strategy

DevOps Implementation Strategy



DevOps Implementation Strategy



DevOps Implementation

Implementing a good DevOps process will benefit any organization to a great extent. This includes planning, developing, integration and automation. There are a few product areas that can immediately benefit from some integration and automation tasks that will reduce the manual work involved, increase the responsiveness of the support team and optimize the resources used.

Protractor Automation FrameWork Using Page Object Model

Protractor Automation FrameWork Using Page Object Model

Protractor Automation FrameWork Using Page Object Model


In this article, I will be sharing the complete Protractor automation framework using Page Object Model which I have created using type and javascript.

In this framework I have automated a few scenarios for a Publicly available angular website named ProtoCommerce. Please Note for using this Framework you need to change your system configuration.

What are Microservices?

What are Microservices?


What are Microservices?

What are Microservices?

Micro Services is a buzz word now a days a and people usually question what exactly are this microservices and how to test them.

So in this article, we will try to understand what is MicroServices and what are the different strategies to test them.

Well before going into depth of Micro Services we need to understand what exactly is Monolithic Architecture that prevailed before the introduction of Micro Services.

Copy Data From One Excel To Another Using Selenium WebDriver

Copy Data From One Excel To Another Using Selenium WebDriver


Copy Data From One Excel To Another Using Selenium WebDriver


As we all are aware reading and writing data from excel file is one of the most important aspects that we need to take care while designing our automation testing framework

Sometime During designing our test automation framework specially while using the data-driven testing approach we came across requirements where we need to copy the data from one excel file and paste it into another excel using test automation.

Reading Multiple Rows from excel using Apache POI in Selenium WebDriver

Reading Multiple Rows from excel using Apache POI in Selenium WebDriver

Reading Multiple Rows from excel using Apache POI in Selenium WebDriver

As we all are aware reading and writing data from excel file is one of the most important aspects that we need to take care while designing our automation testing framework especially while using a data-driven testing approach.

So in this Section, we will learn how we can read multiple rows and column value from excel file which contains a large set of data.