-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- can anyone please write unit tests for the following method public string RemoveRepeat(string Param) { string NewParam = string.Empty; foreach (char c in Param) { if (NewParam.IndexOf(c) == -1 ) {...
- 6 Should a team be forced to use TDD/Unit Testing A:There should always be at least one person on a team, how relay believes in unit tests/TDD, and have the position to take a leading role. If the...
- "1 and 4 are the same...." Well, it _is_ a very important question. "Tough question: where do I start unit testing existing code? Possible answers: write tests to fail for...
- * 1 How much time will this add to the current process? The limited data out there indicates dev takes 5-10% longer with TDD. However, the number of bugs that come out of dev are about 1/5 of the...
- Hey, I have question that will probably jumb to every starter-tdder which is: -- when my testing are practical, why? becuase there are many times (most of them at the begining) - while we wrote and...
- 4 months ago
- 28 comments
- Active 3 months ago
- More
- 4 months ago
- 3 comments
- Active 4 months ago
- More
- 4 months ago
- 1 comment
- Active 4 months ago
- More
Tough Questions about unit testing - Your comments required - ISerializable - Roy Osherove's Blog started by Roy Osherove
ISerializable - Roy Osherove's Blog started by Roy Osherove
ISerializable - Roy Osherove's Blog started by Roy Osherove
123Next