0
1.6kviews
Comparison between Positive and Negative Testing
1 Answer
| written 6.3 years ago by |
| Positive Testing | Negative Testing |
|---|---|
| Positive testing means testing software project by providing valid data. | Negative testing means testing software project by providing invalid data. |
| Only a suitable set of values are tested by testers. | Invalid set of values are tested by testers. |
| Only known test conditions are verified in this testing | This testing is performed to break an application with an unknown set of test conditions |
| Positive testing is also called valid testing | Negative testing is also called invalid testing |
| The aim of positive testing is to find out whether the software project is working as per the required specifications. | The aim of negative testing is to try to break the application by giving an invalid set of data |