Lecture 1 - A Bug or Not a Bug -> Quick Intro -> Three Conditions Of A Bug’s Existence -> The Gist Of Testing
A bug exists only if ALL of the following three conditions are met:
1. We know the expected result
2. We know the actual result
3. We know that the actual result deviates from the expected result