difference between testing and running code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

difference between testing and running code?

also, whats the point of stuff like junit?

21st Nov 2017, 5:50 AM
DeleteThisAccount
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.
21st Nov 2017, 6:01 AM
Rishikesh Dhruva
Rishikesh Dhruva - avatar