Getting more from your Unit Tests
Alexandre Bergel gives a “lightning talk” on his unit testing extensions at ESUG 2008. [youtube uac4hXdH564]
Alexandre Bergel gives a “lightning talk” on his unit testing extensions at ESUG 2008. [youtube uac4hXdH564]
In this episode we will take a look at how you can utilize the power of RowTests within NUnit. By learning how to use RowTests you can reduce the amount of duplicate test code which exists when doing data driven tests. http://www.dimecasts.net/Casts/CastDetails/103
Mock objects make unit testing easier and more effective. They cut code dependencies, make the tests fast and robust, make the test intent clear, and enable developers to easily test the interaction between components. While an invaluable technique, mocks haven’t caught on in the C++ land due to limitation of …
In this episode you will take a look at how to use the AutoMocking Container that is part of StructureMap 2.5. You will be shown how to setup and use this container to reduce noise in your tests. http://www.dimecasts.net/Content/WatchEpisode/62
The video is intended to be an introduction to TDD, and how actually to go about writing tests and code using TDD with Visual Studio. I hear a lot of people using the term “TDD” without really understanding it. They typically are referring to “unit testing” or sometimes even test-first …
Antony Marcano presents a discussion of FIT, and jUnit in the context of communication, automated testing, and TDD at the Agile Alliance Functional Testing Tools (AAFTT) visioning workshop. [google -911904155056213879]