Maven Secure Proxy Setup

Prerequisite – Maven should be installed on user’s computer. To create secure proxy setings in maven we need to follow below steps – 1.Open CMD and type “mvn –encrypt-master-password my_master_password” Where my_master_password is your master […]

Share Button

Cucumber Selenium Maven and Junit

cucumber

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

Share Button

Jenkins Setup with Maven Project

Jenkins

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

Share Button

Selenium Settings With Maven-SVN

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

Share Button

Selenium with Maven

To execute Selenium with local maven Repository we need to follow the steps – 1. First create a Maven Project. Goto File -> New->Others -> Select Maven Project 2. Click on Next and make a […]

Share Button