Test-Driven Development (TDD) involves writing a failing automated test to specify what is to be built.
I have attributes on certain tests that I ideally don't want to run on every build. Most of my tests …
visual-studio unit-testing visual-studio-2012 tdd coded-ui-testsI'm using python-mock to mock out a file open call. I would like to be able to pass in fake …
python tdd mocking python-mockWhat would you say is the best way to manage the unit tests in a large .net application? Is it …
c# .net unit-testing tdd nunitI just got started with F#, which is my first functional language. I have been working quasi-exclusively with C#, and …
unit-testing f# functional-programming tddI'm working on an Android project and I would like to know any recommendations about what's a good architecture to …
android design-patterns architecture tdd roboguiceWhat book would you recommend to learn test driven development? Preferrably language agnostic.
testing tddI'm new to TDD, and I find RegExp quite a particular case. Is there any special way to unit test …
regex unit-testing tddI have considerable experience in making Android applications. For my new project, we have decided to do Test Driven Development (…
android unit-testing frameworks tdd mockingI need to give a short presentation (2-4 hours) on Test-Driven Development and need to come up with a small …
tddI couldn't find a way to do this, though this can be done by hand so why not with moq?
unit-testing tdd mocking moq