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 · 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

Automation Testing · Cucumber

Download Cucumber Dependencies

Hello Everyone, in this post will learn how to download Cucumber dependencies using Gradle. Cucumber dependencies/JAR files are required to run a cucumber test 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 use… Continue reading Download Cucumber Dependencies

Automation Testing · Cucumber

Download and Install IntelliJ for Mac

Hey guys, in this post will learn about how to download and install IntelliJ for Mac. 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 Mac