JUnit 5. Develop Your Unit Testing Skills Quickly and Easily

Learn JUnit 5 Java unit testing to write and maintain quality code. Examples, guided coding practice, videos, and more.

Ratings: 4.22 / 5.00




Description

Learn how to effectively use JUnit 5 to write and maintain quality code.  The course comes complete with lecture videos, downloadable source code, practice quizzes, projects, and demonstrations.  You will be learning JUnit specifically, but you will also be learning the technique and rationale of test-driven development.  The course is taught by a straight-A Ivy League computer science graduate with classroom teaching experience and industry experience in the subject matter. Upon completing this course, you will have gained practical skills that you can apply immediately to your software development efforts.

What You Will Learn!

  • How to write and run unit tests with JUnit
  • How to interpret and customize test output
  • How professionals use JUnit to write and maintain quality code
  • Test-driven development
  • JUnit asserts, parameterized tests, and test suites
  • How to use JUnit to performance-test your code
  • Workflow patterns for bugfixes and feature requests
  • How and why to repeat tests, and how to specify test execution order

Who Should Attend!

  • Professional developers
  • University computer science students
  • Beginning JUnit users
  • Experienced JUnit users looking to expand their knowledge