The Importance of Maintaining your Automated Tests
Automated tests should run on their own in the background and we only care about them if they help us find bugs we missed. But not maintaining them is the same as having no test [...]
Automated tests should run on their own in the background and we only care about them if they help us find bugs we missed. But not maintaining them is the same as having no test [...]
A regression test is a test to ensure that you know your regression bugs. Regression testing is a technique to identify the minimal set of regression tests that need to be executed to ensure that [...]
In part 1 we talked about how to choose the right technology for a greenfield and a brownfield project and what to keep an eye on. In the second part of this blog series, we [...]
Introducing automated testing is a topic that is mostly underestimated and not planned accordingly. In any successful development project, the development team, led by the software architect, evaluates the requirements and decides on the technologies [...]