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 […]
Learning Never Ends …
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 […]
We will integrate Jenkins with our maven project. Tools Tomcat Jenkins Maven Setup Download tomcat from – http://tomcat.apache.org/download-80.cgi Download Jenkins.war from – http://jenkins-ci.org/ Download maven from – http://maven.apache.org/download.cgi Maven Setup – Extract maven on local […]
We will integrate Maven & SVN with selenium Testing. Tools 1. Local Repository – Maven 2. SVN 3. IDE – Eclipse Maven Setup Download maven from http://maven.apache.org Extract maven on local drive (D:\maven) Set […]
To capture current screenshot and save it to the local machine, we can use the following code –