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

Alert Message with selenium

selenium

To check javascript alert message we can use the following sample code –

Share Button

Authentication dialog with selenium and autoit

selenium

Some websites require authentication id and password when we launch them. For authentication window we use autoit. we can download autoit from here After that we need to install it in our system. Now we […]

Share Button

Click on html menu by selenium webdriver

selenium

This example will show how we can use selenium webdriver to open a menu

Share Button