InterviewSolution
Saved Bookmarks
| 1. |
What Is Negative And Positive Testing? |
|
Answer» A NEGATIVE test is when you put in an invalid INPUT and receives errors. While a positive TESTING, is when you put in a valid input and expect some action to be completed in ACCORDANCE with the SPECIFICATION. A negative test is when you put in an invalid input and receives errors. While a positive testing, is when you put in a valid input and expect some action to be completed in accordance with the specification. |
|