Integration of Selenium RC with Jenkins
Hi followers, Thanks for the great support and it make me more enthusiastic to post more stuffs related to Selenium. In this post we will see how to integrate Selenium Scripts with Jenkins. First we will look what is Jenkins, why we need that and what is the benefit we are going to achieve because of Selenium integration Jenkins is an open source continuous integration tool written in Java. Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet container such as Apache Tomcat. It supports SCM tools including CVS, Subversion, Git, Mercurial, Perforce and Clearcase, and can execute Apache Ant and Apache Maven based projects as well as arbitrary shell scripts and Windows batch commands. Builds can be started by various means, including being triggered by commit in a version control system, scheduling via a cron-like mechanism, building when other builds have completed, and by requesting a speci...