Click here to Skip to main content
15,895,746 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 
When I was doing FORTH programming, each verb was its own unit test. No special coding required, just load up the stack, execute the verb, and check the result stack and variables touched.

A friend and I did some awesomely fast coding on a system I estimated to take 9 months in only 6 weeks because we were able to test everything as we went and when we zippered our independently developed code together, it all worked.

It was a realtime system and single step debugging was not an option, so it all had to work on virtually the first try.

I loved coding in FORTH which allowed you to intermix high level code and low level assembler code seamlessly.
Psychosis at 10
Film at 11

Those who do not remember the past, are doomed to repeat it.
Those who do not remember the past, cannot build upon it.

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... Pin
Wastedtalent4-Aug-15 3:04
professionalWastedtalent4-Aug-15 3:04 
AnswerRe: Does anyone else seem to find that... Pin
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... Pin
Chris Maunder4-Aug-15 7:42
cofounderChris Maunder4-Aug-15 7:42 
GeneralMaybe Pin
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 Pin
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 Pin
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... Pin
ed welch3-Aug-15 23:34
ed welch3-Aug-15 23:34 
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 Pin
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.