Cucumber integration with Selenium

Cucumber integration with Selenium WebDriver 1) What is Cucumber? Cucumber is a tool based on Behavior Driven Development (BDD) framework which is used to write acceptance tests for the web application. It allows automation of functional validation in easily readable and understandable format (like plain English) to Business Analysts, Developers, Testers, etc. Cucumber can be … Read more

Sikuli Integration with Selenium

Sikuli Integration with Selenium WebDriver 1) What is Sikuli? > Sikuli is an open source tool to automate graphical user interfaces (GUI) using “Visual Image Match” method. In Sikuli, all the web elements should be taken as an image and stored inside the project. > Sikuli can be very much useful to automate flash objects … Read more

Introduction to Maven

Maven Integration with Selenium 1) What is Maven? > Apache Maven is a software project management and comprehension tool. 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. > Maven is a simple build automation tool which is basically … Read more