Java Gradle Project

Create Gradle-Java project with Intellij. 1. Open Intellij and navigate to File > New > Project 2. Seelct “Gradle” and also select “Java” as additional Libraries 3. If SDK is not set selected then Click […]
Learning Never Ends …
Create Gradle-Java project with Intellij. 1. Open Intellij and navigate to File > New > Project 2. Seelct “Gradle” and also select “Java” as additional Libraries 3. If SDK is not set selected then Click […]
To install Gradle in Windows , we need to follow the following steps – 1. Download Gradle from “https://gradle.org/gradle-download/” 2. Extract it in a specific folder (Example – C:\gradle-2.5) 3. Add “GRADLE_HOME” in System […]
Page object Model in nightwatch To use page object model in night watch we need to follow the below steps – 1. First setup the folder structure as mentioned in http://tanmaysarkar.com/nightwatch-setup-in-windows/ 2. Create additional “log” […]
Nightwatch setup 1. Download Node js from – https://nodejs.org/download/ and install 2. Download Selenium server from http://docs.seleniumhq.org/download/ 3. Navigate to any directory and download nightwatch from command line 4. Create the following folder structure – […]
To execute our first cucumber script for selenium we need to follow the below steps – 01. Create a maven project in eclipse 02. Add the following dependency on POM.xml 03. Now create “StepDefinition.java”, “CucumberExecutor.java” […]