3 pages tagged with "tdd"
London vs Chicago
November 20, 2021There are two known schools in TDD: the mockist school (aka Outside-in) and the classicist school (aka Inside-out).
There are two known schools in TDD: the mockist school (aka Outside-in) and the classicist school (aka Inside-out). Why London and Chicago? Two companies, one from London and another from Chicago, claimed to do TDD, but they were focused on different aspects. The London company was building softwar…TDD vs BDD
September 25, 2021These are two different techniques. The key to each of them is about the mindset and context of what you want to achieve.
These are two different techniques. The key to each of them is about the mindset and context of what you want to achieve. BDD is a “test-driven feature” Basically, it’s a test-first driven development, where the main focus is ensuring the expected final behavior, and therefore the result of the sof…Test-Driven (Development)
August 01, 2021The complexity here is not about writing tests itself, but the habits that we have to change to create software that is easy to be tested.
The complexity here is not about writing tests itself, but the habits that we have to change to create software that is easy to be tested. The root of the problem Without (a solid) experience in testing, developers can have a hard time while trying to apply testing in general as part of their daily…