#testing
Read more stories on Hashnode
Articles with this tag
In the previous blog posts I have talked about how to add tests to a legacy codebase and we went into some more practical approaches. TDD is al about...
In the previous blog post I discussed the difficulties when faced with legacy code that does not contain any tests. Since we don't really want to...
For some reason, most legacy codebases don't have a lot of tests, and if there are tests they often are end-to-end tests that don't clearly specify...
One of the most annoying things I faced in the past was maintaining test data. Typically what I would do was write my test data in the test itself and...