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 |
How do you go about testing a project ?
If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?
how many phases in SDLC
1.What kind of i/p we require from end user to start proper esting? 2.what's confirmation testing ? 3.Whats pilot testing ? 4. what's Defect cascading ? 5.Concept of work bench ?
What is ERP.Give a simple description about that.
Why did you choose the Software Testing Field?
What is defect pooling?
Suppose u found a bug which a developer could not reproduce and it is reproducing on your pc whenever tried , then in this siyuation what will be the status of the bug, and what u r going to do for that bug.
4 Answers Flextronics, Syntel,
i have soure and target having 1 laks records same structure and same data. no primary key. how to do data validation in. how to identify each and every record same r not. i want check every record. wat is process.
Smoke testing is also called sanity testing? Why?
How does quality control differ from quality assurance?
In my application there are 5 modules. In every module there are 8-9 sub-modules. Preview, Print & Download options are there on every sub-module screen. My Question is - Should I have to write that much test cases for Preview, Print & Download options???????? Please reply soon.