Introduction Cross Browser Testing is a type of functional test to check that your web application works as expected in different browsers. Cross browser testing is the practice of making...
What is Selenium Webdriver: Selenium Web Driver accepts commands (sent in Selenese, or via a Client API) and sends them to a browser. This is implemented through a browser-specific...
Maven: Apache Maven is a software project management and build management tool for java framework. Maven Pros: Central repository to get dependencies Maintaining common structure across the organization Flexibility...