Overview of JUnit Testing

Go to class
Write Review

Free Online Course: Overview of JUnit Testing provided by Coursera is a comprehensive online course, which lasts for 2 weeks long, 9-10 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Overview of JUnit Testing is taught by Grayson Lyvers.

Overview
  • This course is a basic introduction to JUnit, covering the essential techniques for testing java code.

Syllabus
    • Testing with JUnit
      • This module will introduce the student to the benefits of unit testing and the basics of creating and running JUnit 5 tests
    • More JUnit Features
      • In this module the student will learn about how to enhance their unit tests, use data driven testing techniques such as parameterized tests