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

Authentication dialog with selenium and Firefox profile

Previously I published a post to handle Authentication dialog with autoit.But today we handle this dialog without autoit. For this purpose we need to create a new firefox profile. If you don’t know how to […]

Share Button

Html ACCESSKEY and selenium webdriver

selenium

To check accesskey of html webpage we can use the following code – and the output should be – Opening http://demo.tanmaysarkar.com/sample_03.html Last name is selected Cricket is NOT checked Cricket is checked

Share Button

Verify popup window with selenium webdriver

selenium

To verify popup window we use the following code – and the output should be – Parent {a3e8ddf8-0462-4f31-b92c-fb4faf8f7b90} Popup {62fb6e63-e86c-4ad7-b3c2-41fbfa09f822} able to switch Popup window contains – Hello Popup world! ; ) now switch to […]

Share Button