by Carlos Ble | Mar 17, 2009 | Test Driven Development
Se acaba de crear una nueva lista sobre Test Driven Development en castellano: http://groups.google.com/group/tddev-sp Muchas gracias a Jose Ramón Diaz por la iniciativa. Esperemos que los recursos en castellano sigan aumentando.
by Carlos Ble | Mar 13, 2009 | Test Driven Development
Sometimes we (my team in our current project) have a single TestCase (class) holding tests for several SUTs (classes). That is not right as every class should have its own TestCase (It has to do with the fact that instantiating the tests to run them is a pain with...
by Carlos Ble | Feb 6, 2009 | Test Driven Development
I’ve realized that test code difficult to write and read is sometimes a code smell. It could mean the test code is wrong or the SUT (subject under test) itself is wrong. I’ve got myself thinking of how to test a method X of a class C which is calling...
by Carlos Ble | Jan 20, 2009 | Test Driven Development
Part of this information has been got from the testdrivendevelopment group. The main enemy of TDD is…. the lazy developer. I’d rather say, the lazy programmer. It’s good to read that it is just not only me who thinks that laziness is the most...
by Carlos Ble | Jan 9, 2009 | Software Development, Test Driven Development
Another nice feature in mocker is passthrough. It is perfect when you want to ask if a given call was performed but calling the real object rather than the mock so getting a real result. This is an example. def testRetrieveServicesList(self): dataSource =...
by Carlos Ble | Nov 25, 2008 | Software Development, Test Driven Development
Si Maoma no va a la montaña, la montaña irá a Maoma. Cada vez veo más necesaria la existencia de recursos en castellano para la formación de desarrolladores. Ultimamente me veo en la situación de guiar a algunos compañeros que necesito que se formen y me encuentro...