what is meant by negative testing..give me one example?
Answer Posted / deeps
Nagative testing is nothing but testing the application
with invalid data.
For instance:
- A field is designed to take between 6-32 characters.
- when you enter <6 or >32 characters in that field becomes
invalid input
- when hit enter it should throw you an error message
saying "enter atleast 6 characters" or something like that.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
During the test case review, what are the main important things will you check
What the purpose of testing?
What if there is not enough time for thorough testing?
What is agile testing and what is the importance of agile testing?
What is the need of test plan document?
What if the project is not big enough to justify extensive testing?
What would you do if you have a large suite to execute in very less time?
What are the technical and environment risks u faced in ur testing career?
Explain the benefits of destructive testing.
create a daily status report or list the items you will cover in a status report
How do u calculate Schedule variance? What is the formula? Explain with Example
What are the challenges faced with the 1+ years experience team.
What is a weighted Defect What is Defect Density
When a non-conformance is noted during these "reviews", what happens next?
How to design test cases?