Interview Question : What is Negative Testing?
Answer : Negative Testing is performed to find the situation when the software crashed. It is a negative approach, in this tester try to put efforts to find the negative aspects of the application. Negative testing ensures that application can handle the invalid input, incorrect data and incorrect user response. For example, when user enters the alphabetical data in a numeric field, then error message should be display saying "Incorrect data type, please enter a number"
Interview Question Category : Testing - General
|