Submitting Incomplete Form on Website
An e-commerce site featured the following form that allowed you to submit a catalog request. Notice that there is no indication whatsoever about what fields, if any, are strictly required.

We filled out the form, entering information in all fields except for the email address. This appeared to be valid, since as we noted above, there was no indication of what fields were strictly required. Upon submitting the form, the following page displayed.

This server-side "bogus mail" error message was caused by our leaving the E-mail form field blank. Instead of presenting this non-intuitive error message to the ordinary user, a better approach would be one of the following.
Regardless of what option is chosen, a necessary step is to list the required form fields. This gives the user a complete understanding of what information is optional and what is strictly required, so he/she will have a fair chance at completing the form properly the first time around. A common way of doing this is to format the required fields' labels in a red and bold font, then displaying a legend somewhere like "required fields are labeled in red."
If this company had used Testware to put the website through its paces, we would have caught this error in Web testing and/or functional testing.