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 … |