Click here to Skip to main content
15,912,932 members
Home / Discussions / Collaboration / Beta Testing
   

Collaboration / Beta Testing

 
GeneralRe: hello again Pin
Chris Maunder7-Nov-05 12:40
cofounderChris Maunder7-Nov-05 12:40 
QuestionA very urgent problem Pin
momer22-Sep-05 22:19
momer22-Sep-05 22:19 
AnswerRe: A very urgent problem Pin
Paul Conrad20-Jul-06 16:43
professionalPaul Conrad20-Jul-06 16:43 
NewsParabuild 2.0 Continuous Integration and build management server - beta/EAP program invitation Pin
apimenov19-Sep-05 16:45
apimenov19-Sep-05 16:45 
GeneralRe: Parabuild 2.0 Continuous Integration and build management server - beta/EAP program invitation Pin
apimenov19-Sep-05 16:57
apimenov19-Sep-05 16:57 
QuestionPlease help me about Rational Test Manager Pin
a_kiani17-Sep-05 0:00
a_kiani17-Sep-05 0:00 
QuestionApplication Center not recording Pin
DotNet_Newbie6-Sep-05 10:27
DotNet_Newbie6-Sep-05 10:27 
AnswerRe: Application Center not recording Pin
Anonymous6-Sep-05 11:31
Anonymous6-Sep-05 11:31 
QuestionGUI checkpoints Pin
Ron771-Sep-05 23:53
Ron771-Sep-05 23:53 
NewsTranslators wanted Pin
Radoslav Bielik31-Aug-05 11:40
Radoslav Bielik31-Aug-05 11:40 
GeneralRe: Translators wanted Pin
Lord Kixdemp6-Dec-05 12:40
Lord Kixdemp6-Dec-05 12:40 
GeneralRe: Translators wanted Pin
thompsons7-Dec-05 18:17
thompsons7-Dec-05 18:17 
GeneralTesting Question - Automatic testing tools, regression testing Pin
kfaday4-Aug-05 8:13
kfaday4-Aug-05 8:13 
GeneralRe: Testing Question - Automatic testing tools, regression testing Pin
Hans Dietrich4-Aug-05 14:10
mentorHans Dietrich4-Aug-05 14:10 
GeneralRe: Testing Question - Automatic testing tools, regression testing Pin
kfaday5-Aug-05 5:44
kfaday5-Aug-05 5:44 
GeneralRe: Testing Question - Automatic testing tools, regression testing Pin
Hans Dietrich5-Aug-05 9:09
mentorHans Dietrich5-Aug-05 9:09 
GeneralRe: Testing Question - Automatic testing tools, regression testing Pin
saivenkat19-Aug-05 19:11
saivenkat19-Aug-05 19:11 
GeneralTestHarness Strategy for MObile Plateforma Pin
badal_akr4-Aug-05 4:07
badal_akr4-Aug-05 4:07 
GeneralFSEC XML Library Feedback Thread Pin
Stuart Konen1-Aug-05 8:29
Stuart Konen1-Aug-05 8:29 
Generalunit_testing : granularity of tests Pin
Jerome Conus21-Jul-05 23:39
Jerome Conus21-Jul-05 23:39 
GeneralRe: unit_testing : granularity of tests Pin
Roger Wright31-Jul-05 9:28
professionalRoger Wright31-Jul-05 9:28 
There is no good reason to test each value separately. Your "unit" consists of the class itself, I assume, and your unit test should verify the class as a whole. If there is something unique about the way values are accessed, then the test should take that into account. But if they're accessible as a group, go ahead. Your test also should include verification of the methods within the class, and should be structured so that all private methods are utilized during the test. If the class has any dependencies on other classes, make sure that you exercise them thoroughly. Ideally, you should also try testing error conditions; try things you never intended the class to do and check how gracefully it fails. Use out of range values, incorrect variable types, and edge-of-limit values if there are any limit tests required. As a general guide, try to imagine what the dumbest consumer of your class might attempt to do to it, then duplicate that in your test. We used to call that "dummy-proofing" before there was such a thing as formal unit testing, and it worked remarkably well.Big Grin | :-D

"...putting all your eggs in one basket along with your bowling ball and gym clothes only gets you scrambled eggs and an extra laundry day... " - Jeffry J. Brickley
GeneralRe: unit_testing : granularity of tests Pin
Jerome Conus1-Aug-05 20:23
Jerome Conus1-Aug-05 20:23 
Generalhiglight Pin
stallone19-Jul-05 7:48
stallone19-Jul-05 7:48 
GeneralRe: higlight Pin
stallone19-Jul-05 7:50
stallone19-Jul-05 7:50 
GeneralRe: higlight Pin
stallone19-Jul-05 8:00
stallone19-Jul-05 8:00 

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.