Resources for Test Driven Development in Web Applications?
- by HorusKol
I would like to try and implement some TDD in our web applications to reduce regressions and improve release quality, but I'm not convinced at how well automated testing can perform with something as fluffy as web applications.
I've read about and tried TDD and unit testing, but the examples are 'solid' and rather simple functionalities like…