This repository contains some practice material on testing using different technologies.
-
JUnit testing
I. jUnit_intro project uses JUnit in Eclipse environment to undertake testing on a simple String manipulation function.
II. Special thanks to 'JUnit Tutorial for Beginners - Learn Java Unit Testing" (https://www.udemy.com/junit-tutorial-for-beginners-with-java-examples/learn/v4/overview) for the tutorial to follow along with.
-
Selenium testing
I. selenium_intro project uses Selenium WebDriver to perform test in the Eclipse environment. The Edureka website is used as a test site for acceptance testing.
II. Special thanks to 'Selenium Tutorial For Beginners | What Is Selenium? | Selenium Automation Testing Tutorial | Edureka" (https://www.youtube.com/watch?v=5FUdrBq-WFo) for the tutorial to follow along with.