Fundamentals of Java Testing
This course will teach you to write automated tests for your code and how to implement this in Java including Junit, TDD and how to structure your code for testability.
What you'll learn
In this course, Introduction to Testing in Java, you’ll learn to write automated tests for your code and how to implement this in Java. First, you’ll explore How to write good, maintainable, automated tests for Java code. Next, you’ll discover TDD. Finally, you’ll learn how to test object oriented coding using dependency injection and test doubles. When you’re finished with this course, you’ll have the skills and knowledge of automated testing in Java needed to build reliable and evolvable software.