vote up 2 vote down star
1

How would you define testing? In the interest of full disclosure, I'm posting this because I already have some answers I like.

flag

20% accept rate

6 Answers

vote up 2 vote down

“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.

link|flag
I intended to post this quote. It is very true :-) – Yacoder Sep 20 '08 at 21:47
vote up 2 vote down

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.

link|flag
Context is everything. – __ Sep 20 '08 at 17:26
vote up 2 vote down

Testing is any process by which it is verified that each feature (user story, requirement...) has been developed as required, or not.

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

Testing grant me :

  • the serenity to accept the bug I can not change,
  • courage to fix the bug I can change, and
  • wisdom to know the difference

(oops, I must have that confused with another pledge...)

link|flag
this humorous answer is by no mean disrespectful toward AA members, for whom I have much respect – VonC Sep 20 '08 at 17:57
vote up 2 vote down

Testing is the comparison of implementation with intent/expections.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.