Tag Archives: TDD

Test-Driven Development: By Example

I earlier wrote about the book, The Art of Unit Testing, which I finished a while ago. That book was very good and was focused on how to write good unit tests. It also mentioned Test-Driven Development, TDD, but not … Continue reading

Posted in Reviews, Software Development | Tagged , , , | Leave a comment

How to test asynchronous events

The other day I had to test that an event was raised after some asynchronous work had been done. And since I currently am a total test newbie, this was a new thing for me. Say we have this simple … Continue reading

Posted in Software Development | Tagged , , , , | Leave a comment

The Art of Unit Testing

Have you gone through three years of computer science bachelor degree fun (or anything similar) and pretty much not heard a word about testing? Or have you heard from all your teachers that testing is extremely important, but never learned … Continue reading

Posted in Reviews, Software Development | Tagged , , , | 3 Comments

Project Euler: Just two tiny notes

Just two things I felt like mentioning: Thing number one I got tired of the page 2 stuff. So, I swapped all the <!–nextpage–> things with <!–more–> and a header. Which means that the solution will now be on the … Continue reading

Posted in Project Euler, Software Development | Tagged , | 2 Comments