Software Testing

Software Testing – Commonly used Abbreviations

Are you looking for the most commonly used Abbreviations/Acronyms used in Software Industry? If the answer is yes, then “Letz jump into the list!” If you like it, share it! Suggested Readings : Top 30 Cucumber Interview Questions & Answers Top 40 Selenium Interview Questions & Answers Steps to automate two-factor authentication (2FA) using selenium Here… Continue reading Software Testing – Commonly used Abbreviations

Automation Testing · Selenium

Top 40 Selenium WebDriver Interview Questions & Answers

Top 40 Selenium WebDriver Interview Questions & Answers 1. What is Selenium WebDriver? Selenium Webdriver is an open-source test tool Supports cross-browser testing Supports scripting in multiple programming languages Supports platform compatibility Interacts directly with the web browser Supports headless browser testing 2. What are the platforms supported by Selenium Webdriver? Windows Mac OS Linux… Continue reading Top 40 Selenium WebDriver Interview Questions & Answers

Automation Testing · Selenium

How to automate two-factor authentication with Google Authenticator using Selenium?

Hello Everyone, in this post will learn about how to automate two-factor authentication with Google authenticator using selenium. What is two-factor authentication? In security domain, there are generally three recognized types of authentication factors. Type 1 : Something you know (such as passwords, PIN) Type 2 : Something you have (such as tokens, keys, smart… Continue reading How to automate two-factor authentication with Google Authenticator using Selenium?

Automation Testing

Download and Install Docker Desktop for Mac

In this post will learn about how to download and install Docker Desktop for Mac. Docker Desktop for Mac is an easy-to-install desktop app for building, debugging, and testing Dockerized apps on a Mac. Docker Desktop for Mac is a complete development environment deeply integrated with the Mac OS Hypervisor framework, networking, and filesystem. Docker… Continue reading Download and Install Docker Desktop for Mac

Automation Testing · Cucumber · Selenium

Download ChromeDriver for Mac

In this post, we will learn about how to download ChromeDriver for Mac. Selenium WebDriver is an open source tool for automated testing of web applications across different browsers. It provides capabilities for navigating to web pages, user inputs, user actions, JavaScript execution, and more. But Selenium WebDriver can’t perform the above mentioned actions on… Continue reading Download ChromeDriver for Mac

Automation Testing · Cucumber

Top 30 Cucumber Interview Questions & Answers

Top 30 Cucumber Interview Questions & Answers 1. Full form of BDD BDD stands for Behavior Driven Development 2. Full form of TDD TDD stands for Test Driven Development 3. What is the difference between BDD and TDD? 4. Name any 3 popular BDD testing tools Cucumber JBehave Specflow 5. What is the difference between cucumber, JBehave,… Continue reading Top 30 Cucumber Interview Questions & Answers

Automation Testing · Cucumber

Install Cucumber Plugin for IntelliJ

Hello Everyone, in this post will learn about how to install Cucumber plugin for IntelliJ. Cucumber plugin enables support with feature files and step definitions written in JAVA. The following coding assistance features are available: Error and Syntax highlighting Navigation in the source code Code completion Indentation Search for usages Commenting & Uncommenting lines Pre-requisite… Continue reading Install Cucumber Plugin for IntelliJ

Automation Testing · Jenkins

Download and Install Jenkins on Mac

Hey guys, in this post will learn about how to download and install Jenkins on Mac. Jenkins is a self-contained, open-source automation server that can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. Download and Install Jenkins Step 1: Navigate to https://jenkins.io/download/ Step 2: Click Download… Continue reading Download and Install Jenkins on Mac

Automation Testing · Cucumber

Download Selenium Dependencies

Hello Everyone, in this post will learn how to download Selenium dependencies using Gradle. Selenium dependencies/JAR files are required to run a web automation testing in IntelliJ. Downloading the libraries and adding those to the project’s build path one by one is a tedious and time-consuming process. To overcome this problem, we are going to… Continue reading Download Selenium Dependencies

Automation Testing · Cucumber

Download and Install IntelliJ for Windows

Hey guys, in this post will learn about how to download and install IntelliJ for Windows. IntelliJ is an IDE(Integrated Development Environment) for Java developers. IntelliJ is available in two editions, Ultimate and Community. We will be downloading IntelliJ Community Edition because it’s free, open-source. Pre-requisite: Download and Install JAVA(JDK) Download and Install IntelliJ Step… Continue reading Download and Install IntelliJ for Windows