What is negative test case ?
Answers were Sorted based on User's Feedback
Answer / mlrao
Tests aimed at showing that a component or system does not
work.Negative testing is related to the tester's attitutde
rather than a specific test approach or test design
technique,
e.g.testing with invalid input values or expections.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s.j.kumaresh
Test cases are written purposely to show that the program
does not work.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shibu jacob (test engineer)
Negative Test will be effective if it sone by an Experienced
Test Engineer, because negative Test case is generating When
applying Test cases by Expecting intended output error.To
Do a negative Test a Tester Should Have Following
Prerequisites ....
1.Domain Knowledge
2.Thorough Knowledge about Input-Output relationship
3.Good Understanding about Requirements
For Negative Test usually we will create some Invalid
Situation by using INvalid Input. If Test Result is Showing
a "Pass" .Surely it will be a Good Test case.
Thank You,,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amaravathy
checking the system response by giving wrong input is called
Negetive test case
| Is This Answer Correct ? | 0 Yes | 0 No |
What is build and patch?
what are the various bug reports that u publish
What is Facet Testing?
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?
What is a Show Stopper?
Principles of testing?
What is meant by the bug state "Reproduce"
In simple steps how will you do unit testing using VSTS?
What is the difference between action & script ?
What is the difference between low and high level test cases? examples please..
what is verification, validation
The Managment is saying Stop Testing immediately some reasons.... What will you do at that time....