How to write Negative test cases?
Answer Posted / avashesh
Negative test cases are written to test the output of the
system on providing the invalid input. Primary objective of
negative test cases is "System should not break in case of
invalid input."
ex: If System contain a field called postal code which can
only accept numeric value of length 6 then negative test
case would be
1. Enter 5 characters in postal code field
2. Enter alphanumeric characters in postal code field
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
What is a good test? Wy do we need testing write test steps for triangle write test steps for ATM How a tester should approach a devloper about non accepted defect? What is test coverage assurance and give an example Draw and expain V model and how it is helpfull in software development
What is an end-to-end testing?
Suggest some book to learn more test case???
Can you explian $ pillar of Agile
What is desk checking and control flow analysis
What are the differences between web applications and client and server applications?
why QA team is necessary for an organization?
What is the term ‘quality’ mean when testing?
what is Test management fundamental?
What different types of manual testing are there?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
Hi.....wat r d major bugs we can find in banking domain???
Tell me some Adhoc testing scenarios of ebay (online auction product)?
What is neutral test case?