Sunday, September 11, 2011

Negative testing

Testing the system using negative data is called negative testing, e.g. testing the password where it should be minimum of 8 characters so testing it using 6 characters is negative testing. It is designed to determine if the system doesn't crash with unexpected input.Negative testing is testing the tool with improper inputs. For example entering the special characters for phone number. testing the application for fail conditions.

No comments:

Post a Comment