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
-
Basic of Java knowledge, such as class, method, variables etc
Let’s dive into step by step Automated Testing project
Download project source from GitHub
git clone https://github.com/hmtmcse-com/java-selenium-cucumber.git