Introduction to Testing in Java

Pluralsight
Course Summary
The easiest and most pleasant way to get started with unit testing, JUnit, and Test Driven Development (TDD) that you could imagine.
-
+
Course Description
This course introduces why you want to write automated tests for your code and how to implement this in Java, covering fundamentals of how to write simple tests using JUnit and Hamcrest, through Test Driven Development (TDD) and then explains how to structure your code and design in order to make testing easier.
-
+
Course Syllabus
Introduction- 15m 36s
—Introduction - Why Automate Testing? 5m 55s
—The Testing Hierarchy 5m 46s
—Course Outline & Summary 3m 54sTesting Code- 38m 46s
—Writing Test Code 4m 18s
—Writing Your First Test 9m 21s
—Running Tests on the Command Line 3m 32s
—The Common Structure of Tests 4m 38s
—The Common Structure of Tests in Code 4m 54s
—Exception, Failures, and Errors 6m 16s
—Exception, Failures, and Errors in Codew 4m 18s
—Summary 1m 26sWriting Good Tests- 48m 19sIntroducing Test Driven Development- 43m 51sDependencies- 39m 44sGoing Outside-in- 47m 48s
This course is listed under
Open Source
, Development & Implementations
, Project & Service Management
and Quality Assurance & Testing
Community
Related Posts: