September 2018
Intermediate to advanced
302 pages
7h 17m
English
You will often hear about the test-driven development (TDD) approach, which basically means writing tests first. To simplify this, let's summarize this in the following three steps:
I must admit that I really love this approach. However, the truth is that most developers will glorify this approach and barely any will use it. This is usually because it's time-consuming and it is hard to predict what the thing you are about to test looks like.
Going further, you will find that one of the test types is against TDD. Snapshot tests can only be created if the component is implemented, ...
Read now
Unlock full access