Introduction to Writing Tests
An overview of what tests are and how we'll be applying them to our quizzes.
We'll cover the following...
If you’re like us, you may have had a persistent question as we worked on the data design and functional core.
Where are the tests?
Here’s the truth. We don’t write code the way it’s presented in this course. In real life we make more mistakes, switch between data, functions, and tests often, and have debates and spikes on feature branches.
Therefore, we almost always create a test baseline as we go.
Why tests matter
Test designs impact product ...