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 Exit Criteria and what should be covered in it?
2 Answers Power Designs, Zensar,
Explain The test development life cycle?
About Hierarchy level in your company.
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
Explain about 'Performance testing' in Web based Application?
What is configuration management in software testing ?
Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.
How much experience do we have to become a QA? What are the responsibilities of QA?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Give me two reasons why the bug has not been fixed by developer ?
Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?
What is the difference between use case and test case? give example.