Top "Tdd" questions

Test-Driven Development (TDD) involves writing a failing automated test to specify what is to be built.

How to exclude certain tests in the Visual Studio Test Runner?

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-tests
Getting an actual return value for a mocked file.read()

I'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-mock
.NET unit testing projects organisation

What would you say is the best way to manage the unit tests in a large .net application? Is it …

c# .net unit-testing tdd nunit
F# development and unit testing?

I 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 tdd
Using Dependency Injection with Roboguice?

I'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 roboguice
Test driven development book

What book would you recommend to learn test driven development? Preferrably language agnostic.

testing tdd
How do you unit test regular expressions?

I'm new to TDD, and I find RegExp quite a particular case. Is there any special way to unit test …

regex unit-testing tdd
Android Test Driven Development

I have considerable experience in making Android applications. For my new project, we have decided to do Test Driven Development (…

android unit-testing frameworks tdd mocking
What is a good sample class to demonstrate TDD?

I need to give a short presentation (2-4 hours) on Test-Driven Development and need to come up with a small …

tdd
Mocking virtual readonly properties with moq

I 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