+ 3
difference between testing and running code?
also, whats the point of stuff like junit?
1 Answer
+ 2
Level 0Â Thereâs no difference between testing and debugging.
Level 1Â The purpose of testing is to show that the software works.
Level 2Â The purpose of testing is to show that the software doesnât work.
Level 3Â The purpose of testing is not to prove anything specific, but to reduce the risk of using the software.
Level 4Â Testing is a mental discipline that helps all IT professionals develop higher quality software.