Published: Dec 18, 2021 by C.S. Rhymes I recently started working an existing application which was very different to what I had been working on previously.
It can seem a very daunting task as there is so much existing code and features to test.
So we have proven that the application boots, but should we write feature or unit tests next? In my opinion it is better to start writing feature (or end to end) tests rather than unit tests.