Initial Git Commit

1. Install Git from Git Website 2. Goto your project directory (in my case it is : C:\wamp\www\web) 3. Now Right click on the directory and select “Git Bash Here” 4. Now provide the command […]

Share Button

Objective C Setup in Windows

Objective c in Windows 1. Download all the required installer from http://www.gnustep.org/windows/installer.html (GNUstep MSYS System, GNUstep Core, GNUstep Devel, GNUstep Cairo) 2. Create Folder in D: drive like “D:\objective” 3. Install all the installer on […]

Share Button

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 […]

Share Button

Gradle Installation

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 […]

Share Button

Page object Model in nightwatch

nightwatch

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” […]

Share Button