Click here to Skip to main content
15,925,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: A form from a dll Pin
c6jones72021-Mar-08 6:14
c6jones72021-Mar-08 6:14 
GeneralnUnit and TDD Pin
#realJSOP21-Mar-08 3:24
professional#realJSOP21-Mar-08 3:24 
GeneralRe: nUnit and TDD Pin
Luc Pattyn21-Mar-08 3:37
sitebuilderLuc Pattyn21-Mar-08 3:37 
GeneralRe: nUnit and TDD Pin
#realJSOP21-Mar-08 4:11
professional#realJSOP21-Mar-08 4:11 
GeneralRe: nUnit and TDD Pin
N a v a n e e t h21-Mar-08 3:39
N a v a n e e t h21-Mar-08 3:39 
GeneralRe: nUnit and TDD Pin
Wes Aday21-Mar-08 4:25
professionalWes Aday21-Mar-08 4:25 
GeneralRe: nUnit and TDD Pin
led mike21-Mar-08 4:40
led mike21-Mar-08 4:40 
GeneralRe: nUnit and TDD Pin
Ennis Ray Lynch, Jr.21-Mar-08 4:51
Ennis Ray Lynch, Jr.21-Mar-08 4:51 
nUnit can be used with existing projects. Anytime you change code writing unit tests really helps with the testing to identify errors. You will find, however, that writing good tests cases requires a lot of time. Sometimes when I have really bad code a unit test is the only real way to identify the errors.

Also, if you find yourself testing the results from a database call you are using unit testing wrong and have slipped into integration testing which is different and the two shouldn't be mixed.

I ramble a lot, unit tests do not test the application just the code. The theory is that if your code works as promised your application is more likely to work as expected. You still need traditional testing even with the best TDD.

Need a C# Consultant? I'm available.


Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway


GeneralRe: nUnit and TDD Pin
Not Active21-Mar-08 5:10
mentorNot Active21-Mar-08 5:10 
GeneralRe: nUnit and TDD Pin
#realJSOP21-Mar-08 5:49
professional#realJSOP21-Mar-08 5:49 
GeneralRe: nUnit and TDD Pin
led mike21-Mar-08 6:45
led mike21-Mar-08 6:45 
GeneralRe: nUnit and TDD Pin
Not Active21-Mar-08 7:15
mentorNot Active21-Mar-08 7:15 
GeneralRe: nUnit and TDD Pin
Judah Gabriel Himango21-Mar-08 6:27
sponsorJudah Gabriel Himango21-Mar-08 6:27 
GeneralDateTime Setting A Specifed Week Pin
Zap-Man21-Mar-08 3:00
Zap-Man21-Mar-08 3:00 
GeneralRe: DateTime Setting A Specifed Week Pin
PIEBALDconsult21-Mar-08 4:49
mvePIEBALDconsult21-Mar-08 4:49 
GeneralVisual Studio Automation Model Pin
DanB198321-Mar-08 2:56
DanB198321-Mar-08 2:56 
GeneralRe: Visual Studio Automation Model Pin
led mike21-Mar-08 4:53
led mike21-Mar-08 4:53 
GeneralRe: Visual Studio Automation Model Pin
DanB198321-Mar-08 4:58
DanB198321-Mar-08 4:58 
GeneralRe: Visual Studio Automation Model Pin
DanB198321-Mar-08 6:34
DanB198321-Mar-08 6:34 
QuestionQuestion Regarding Combo box Pin
Krazy Programmer21-Mar-08 1:08
Krazy Programmer21-Mar-08 1:08 
GeneralRe: Question Regarding Combo box Pin
Luc Pattyn21-Mar-08 1:13
sitebuilderLuc Pattyn21-Mar-08 1:13 
GeneralRe: Question Regarding Combo box Pin
Krazy Programmer21-Mar-08 2:54
Krazy Programmer21-Mar-08 2:54 
GeneralRe: Question Regarding Combo box Pin
Luc Pattyn21-Mar-08 3:07
sitebuilderLuc Pattyn21-Mar-08 3:07 
GeneralAllocate disk spce before file copy Pin
poqeqw20-Mar-08 22:54
poqeqw20-Mar-08 22:54 
GeneralRe: Allocate disk spce before file copy Pin
pmarfleet21-Mar-08 0:30
pmarfleet21-Mar-08 0:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.