December 2018
Beginner to intermediate
796 pages
19h 54m
English
Before we concentrate on unit tests, let's see what a test is, and what its purpose is.
A test is a piece of code whose purpose is to verify something in our system. It may be that we're calling a function passing two integers, that an object has a property called donald_duck, or that when you place an order on some API, after a minute you can see it dissected into its basic elements, in the database.
A test is typically composed of three sections:
Read now
Unlock full access