Negative test cases
I want to know about negative test cases? is there anyone who has work on negative testing? please do post your answers and experiences as well
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sean StewartPosted Feb 13, 2012, 11:14 PM
http://www.software-testing-tips.com/top-10-negative-test-cases
Sonakshi SinghPosted Feb 8, 2012, 12:16 AM
Satyapriya NayakPosted Feb 2, 2012, 12:18 AM
Negative Testing - testing the system by giving the Invalid data.
Positive Testing - testing the system by giving the valid data.
For Exam application contains a textbox and as per the user's Requirements the textbox should accept only Strings. By providing only String as input data to the textbox & to check whether it's working properly or not means it is Positive Testing. If giving the input other than String means it is negative Testing.Thanks