jroid8@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoTests are code toolemmy.worldimagemessage-square80linkfedilinkarrow-up11.42Karrow-down121
arrow-up11.4Karrow-down1imageTests are code toolemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square80linkfedilink
minus-squareloutr@sh.itjust.workslinkfedilinkarrow-up12·2 years agoI guess it would make sense if you’re testing a public API? To make sure the documentation is sufficient and accurate.
minus-squareNatanael@slrpnk.netlinkfedilinkarrow-up11·2 years agoYeah blackbox testing is a whole thing and it’s common when you need something to follow a spec and be compatible
minus-squarefolkrav@lemmy.calinkfedilinkarrow-up3·2 years agoHe specifically said “unit tests” though, which aren’t black box tests by definition
I guess it would make sense if you’re testing a public API? To make sure the documentation is sufficient and accurate.
Yeah blackbox testing is a whole thing and it’s common when you need something to follow a spec and be compatible
He specifically said “unit tests” though, which aren’t black box tests by definition