Parsing Json data in NodeJS

Our Goals – • Parsing Json Data in NodeJS App Assumption We already have a NodeJs project “myschool” in our working directory. If you don’t have the project then please create it. We have discussed […]

Share Button

Basic node.js application

Our Goals – •    Create a Simple Webpage with the help of NodeJS To do so – 1.    Install Node JS from NodeJS website 2.    Create A folder “myschool” 3.    Crete a File “app.js” inside […]

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

Nightwatch setup in Windows

nightwatch

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

Share Button