Click here to Skip to main content
15,886,787 members

Survey Results

Do you do Unit Testing?

Survey period: 3 Aug 2015 to 10 Aug 2015

Whether it's using a formal unit testing system or hand-made tests of the fundamental parts of your system: do you do it?

OptionVotes% 
We unit test everywhere, always.20411.56
We test the most important and/or non-trivial units,31317.73
We unit test some pieces. Sometimes.44825.38
We never unit test,29116.49
What is unit testing?50928.84



 
GeneralFORTH is unit testing Pin
BrainiacV4-Aug-15 4:43
BrainiacV4-Aug-15 4:43 
GeneralRe: FORTH is unit testing Pin
RugbyLeague4-Aug-15 23:20
RugbyLeague4-Aug-15 23:20 
GeneralRe: FORTH is unit testing Pin
Vivi Chellappa5-Aug-15 3:41
professionalVivi Chellappa5-Aug-15 3:41 
QuestionDoes anyone else seem to find that... PinPopular
Wastedtalent4-Aug-15 3:04
professionalWastedtalent4-Aug-15 3:04 
AnswerRe: Does anyone else seem to find that... PinPopular
Doug_K4-Aug-15 4:31
Doug_K4-Aug-15 4:31 
GeneralRe: Does anyone else seem to find that... Pin
Wastedtalent4-Aug-15 4:34
professionalWastedtalent4-Aug-15 4:34 
GeneralRe: Does anyone else seem to find that... Pin
Rob Philpott4-Aug-15 23:17
Rob Philpott4-Aug-15 23:17 
GeneralRe: Does anyone else seem to find that... Pin
Slacker0075-Aug-15 1:59
professionalSlacker0075-Aug-15 1:59 
AnswerDoes anyone *else* seem to find that... PinPopular
Chris Maunder4-Aug-15 7:42
cofounderChris Maunder4-Aug-15 7:42 
GeneralMaybe PinPopular
RugbyLeague3-Aug-15 21:49
RugbyLeague3-Aug-15 21:49 
GeneralRe: Maybe Pin
Rob Philpott4-Aug-15 23:19
Rob Philpott4-Aug-15 23:19 
AnswerI don't Knit ~ ergo, nothing to test... Pin
MacSpudster3-Aug-15 8:45
professionalMacSpudster3-Aug-15 8:45 
GeneralBy any other name PinPopular
W Balboos, GHB3-Aug-15 2:05
W Balboos, GHB3-Aug-15 2:05 
GeneralRe: By any other name Pin
Mohibur Rashid3-Aug-15 16:03
professionalMohibur Rashid3-Aug-15 16:03 
GeneralRe: By any other name Pin
Daniel Pfeffer8-Aug-15 22:53
professionalDaniel Pfeffer8-Aug-15 22:53 
GeneralUnit Testing is a great idea in theory PinPopular
Slacker0073-Aug-15 0:17
professionalSlacker0073-Aug-15 0:17 
GeneralUnit tests are overrated... Pin
Sander Rossel2-Aug-15 20:44
professionalSander Rossel2-Aug-15 20:44 
GeneralRe: Unit tests are overrated... Pin
KarstenK2-Aug-15 21:12
mveKarstenK2-Aug-15 21:12 
GeneralRe: Unit tests are overrated... Pin
jgakenhe3-Aug-15 1:58
professionaljgakenhe3-Aug-15 1:58 
GeneralRe: Unit tests are overrated... Pin
Vikram A Punathambekar3-Aug-15 6:59
Vikram A Punathambekar3-Aug-15 6:59 
GeneralRe: Unit tests are overrated... Pin
Jahmal233-Aug-15 7:07
Jahmal233-Aug-15 7:07 
GeneralRe: Unit tests are overrated... PinPopular
ed welch3-Aug-15 23:34
ed welch3-Aug-15 23:34 
The problem with unit testing (or any other type of automated tests) is that if the structure of your code changes for any reason (i.e. new requirements) then all the unit tests have to be rewritten. The time invested in writing the tests, is probably more than the time the tests save by finding bugs.
Its probably better for stuff that doesn't change a lot (like APIs)
GeneralRe: Unit tests are overrated... Pin
H.Brydon4-Aug-15 17:33
professionalH.Brydon4-Aug-15 17:33 
GeneralRe: Unit tests are overrated... Pin
ed welch6-Aug-15 0:57
ed welch6-Aug-15 0:57 
GeneralUnit test for class libraries PinPopular
Mostafa A. Ali2-Aug-15 20:43
professionalMostafa A. Ali2-Aug-15 20:43 

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.