Dev.links
- The forgotten layer of the test automation pyramid: "Service-level testing is about testing the services of an application separately from its user interface. So instead of running a dozen or so multiplication test cases through the calculator’s user interface, we instead perform those tests at the service level."
- Cucumber, a tool to help you describe BDD tests in English - we've got a team using this on a project at the moment, I'm very curious to learn how they've gotten on with it...
- Steve McConnell has updated his classic software mistakes list;
- Object-relational mapping is the Vietnam of Computer Science;