Browse by Tags

MbUnit 2.4 RTM is out
Published 05-25-2007 12:18 PM | jokiz
See the official announcement from Andy's blog here . You can download the bits here . Nudge to smash , try it and you'll love it.
Filed under: ,
insufficient test code coverage -> broken build
Published 05-25-2007 10:04 AM | jokiz
i agree that incorporating code coverage criteria in your build scripts is very restrictive, but you have no choice if your team is just starting out doing tdd or writing plain automated unit tests. how can you force them to learn to write automated unit...
Legacy Code
Published 05-23-2007 1:10 PM | jokiz
Our boss asked us developers for our preferred developer books and we submitted our wishlists, weeks later they ordered all 20+ of them, whoa! all the books that we wished for, nice! I'm currently browsing through Michael Feathers' Working Effectively...
Filed under: ,
trust boundaries and testing
Published 03-01-2007 11:13 AM | jokiz
our current project which involves a client .NET windows application which emits data to an excel workbook to render different views of the data. data are written on hidden worksheets which functions as my datasource for the views and graphs being rendered...
Filed under:
Unit testing guidelines
Published 09-04-2006 2:16 PM | jokiz
If you're looking for some guidelines in writing unit tests, i found roy osherove 's compilation to be really helpful. Refer to his Testing Guidelines tag in his blog for archive. I am currently following his test naming guideline - Test name should include...
Filed under: , ,