How would you define testing? In the interest of full disclosure, I'm posting this because I already have some answers I like.
|
|
“Testing is the process of comparing the invisible to the ambiguous, so as to avoid the unthinkable happening to the anonymous.”– James Bach It sounds funny, but if you parse out each word, it's right on the money. |
||
|
|
|
It really depends on what context of Testing you are referring to. In the strictest sense of the word, Testing is just double checking that the program does what it is meant to do without error no matter what the user inputs. Also, an Error would be something unexpected. Not all error crash the program. |
||
|
|
|
Testing is any process by which it is verified that each feature (user story, requirement...) has been developed as required, or not. |
||
|
|
|
|
Some more fun "quotes on quality" here. It's a short list, so I'll just post them (from qcboss.wordpress.com): “An effective way to test code is to exercise it at its natural boundaries” — Brian Kernighan “Testing is organised skepticism.”– James Bach “Program testing can be used to show the presence of bugs, but never to show their absence!”– Dijkstra “Beware of bugs in the above code; I have only proved it correct, not tried it.”– Knuth Software Testers: “Depraved minds, usefully employed.” — Rex Black |
||
|
|
|
|
Testing grant me :
(oops, I must have that confused with another pledge...) |
|||
|
|
|
Testing is the comparison of implementation with intent/expections. |
||
|
|
