Summary
We presented Test-driven Development introducing its concepts, and applying them step-by-step in a potential real-life problem.
We started with a concise list of requirements, describing the temperature converter application.
We implemented every test followed by the code that satisfies it. In this manner, we implemented the application behavior as well as its presentation, conducting tests to verify that the UI we designed follows the specifications.
Having the tests in place, lead us to analyze the different possibilities we have in running them. Evolving from the previous chapter, now our continuous integration machine can run the tests to guarantee any changes from the team will still result in a well-tested application.
The next chapter ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access