In previous post we have discussed Maven Integration with Selenium through Eclipse , Today we will discuss integrate selenium maven build and how to create maven build for continuous integration . Check Jenkins section to know more about CI. To create maven build we should have maven installed in our machine so let us start setting up maven. Note- You can check … [Read more...] about Selenium maven build for Continuous Integration-CI
Build Tool
Basic guide in Webdriver -How integrate Selenium with Maven build tool
Apache Maven is a software project management and comprehension tool. It is formally known as Build tool. This article will help you to setup project and integrate selenium with maven.Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information that is called Based on the concept of … [Read more...] about Basic guide in Webdriver -How integrate Selenium with Maven build tool