Run TestNG project From Jenkins with BAT file

Run TestNG project From Jenkins with BAT file only 1. First Create a sample Java Project 2. Create “lib” folder and put testng jar on it. 3. Add TestNG library from build path 4. The […]
Learning Never Ends …
Run TestNG project From Jenkins with BAT file only 1. First Create a sample Java Project 2. Create “lib” folder and put testng jar on it. 3. Add TestNG library from build path 4. The […]
To configure email (gmail) server with jenkins it is better if we use Email-ext plugin. Steps 1. First go to Manage Jenkins > Manage Plugins 2. Click on Available tab and search for “Email-ext” 3. […]
Add Login Credential in Jenkins Steps – 1. Click on Manage Jenkins 2. Under Manage Jenkins Select Configure Global Security. 3. Now Select Enable security with Jenkins own user database 4. Create a […]
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 […]