Negative Testing
Negative Testing 1) Testing the application for fail conditions, negative testing is testing the tool with improper inputs, for example, entering the special characters for phone number. 2) Testing aimed at showing software does not work. Also known as “test to fail”. 3) Negative testing is testing that is directed to showing that something will -not- work. It’s such a natural part of regular testing that I doubt that most people know that there is both a “positive” and “negative” testing. 4) Negative Testing is simply testing the application beyond and below of its limits. For example:A) We want to…