Java Selenium and Cucumber Automated Testing

In this tutorial we will cover How to make automated testing by java and others tools. I am assuming that, you are already know about automated testing, in short I am repeating it again, In Manual testing, tester need to perform the same task again and again with different data-set for finding defects, It’s really costly process. We can reduce this cost by Automated Testing. If we create Automated Test code once then we can run the process over and again.


See the Demo of Automated Testing.


Environment preparation and prerequisite

  1. Java Environment Preparation

  2. Basic of Java knowledge, such as class, method, variables etc

  3. Cucumber

  4. Gherkin

  5. Selenium WebDriver

Download project source from GitHub

git clone https://github.com/hmtmcse-com/java-selenium-cucumber.git