Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 865 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 865 Bytes

testing

This repository contains some practice material on testing using different technologies.

  1. 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.

  2. 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.