Can any one please tell me what is the use of negative test
cases when we are giving the invalid input in test data
Answer Posted / sn
Well negative test cases define what not to be occurred when an action is done.
Technically " A negative test case is when the test is designed to determine the
response of the product outside of what is defined".
so When an Invalid input is given in test data Negative test cases help to find out wrong functionality.
As it is the main aim of an Tester to test functionality of every application both positive and negatively.
ex: The field shall accept numbers between 1 and 1 000 000.
negative test values:
enter 0
enter 1000001
enter -
enter -1000
enter 1000000000000000000
enter 1 000 (notice the space)
enter 1,000 (notice the comma)
enter 10.0 (notice the decimal point)
enter 10,0 (notice the comma not quite the same as the one above)
enter a
enter A
enter z
enter Z
enter o
enter !
enter $
enter $100 (other currency symbols as well)
enter your name
leave the field blank (could be a positive test)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Suppose a job should be executed for every two hours? Write test case for this?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
how to write test cases for online restaurant table booking system?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
Explain which test cases are written first black boxes or white boxes?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the monkey testing?
how to write test cases for smart meter for gas and electricty
How to test a stored procedure?
What is component testing?
test cases for friend finder system using gps?
Explain the format of a requirement traceability
What are the Test Cases Comes under Regression Suite?