How does TDD compare with Functional Programming Languages like F# and Erlang? I haven\'t actually worked directly with a functional programming language yet, but from what I\'ve seen of it, you have
I have an ExcelReader class in my C# application - I need to import Excel spreadsheets into database tables. My problem is that this is one of the few untested classes - I cannot use a \"mock input\"
I am working in a project which is quite complex in terms of size (it\'s to make a web app). The first problem is that nobody is interested in any products which could really solve the problems surrou
I am making a role playing game for fun and attempting to use TDD while developing it. Many of the TDD examples I see focus on creating the test first, then creating objects that are needed to get the
I\'ve never used TDD and unit testing \"properly\", but would like to learn some techniques. Could you please help me with the idea on writing test 开发者_StackOverflowmethods for this not-so-testable
I am trying the following, but I am getting : Object reference not set to an instance of an object. HttpContextBase mockContext = MockRepository.GenerateMock<HttpContextBase>();
While I\'ve written unit tests for most of the code I\'ve done, I only recently got my hands on a copy of TDD by example by Kent Beck. I have always regretted certain design decisions I made since the
What do you think is cleanest way of doing multiple asserts on a result? In the past I\'ve put them all the same test but this is starting to feel a little dirty, I\'ve just been playing with another
I am trying to become more familiar with test driven approaches. One drawback for me is that a major part of m开发者_如何学Goy code is generated context for reporting (PDF documents, chart images). Th
I am in the very early stages of writing XML schema for my work\'s enterprise application. The XML to be validated represents an application - similar to Winforms - forms, grids, menus etc but without