Can any one please tell me what is the use of negative test
cases when we are giving the invalid input in test data
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / hemavathi.gajjala
If u will enter invalid input system should disply pertular error. for example
Take user name and password
i entered correct user name,wrong password
system should display please enter crrect password
insted of system displayed please enter correct user name.but we are expecting system should display please enter correct password.
Is This Answer Correct ? | 2 Yes | 0 No |
Negative test cases are written so as to check how the
system/software behaves when invalid input is entered.
System should display the appropiate error message as per
the validations that are configured. It should not get
crash. It should not get hang.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the ramp testing?
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
write test case for banking application
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initiation" & "login" of an ATM machine (format:-Description,test data,methods,set up to test,actions & expected results,any proofs or attachments (optional))
What is the Difference between Testing Types and Testing Techniques
what is baic requierment of yahoo mail? what is baic requierment of atm? what is baic requierment of coffee machine?
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Write the testcase for pen
What is STATEMENT COVERAGE testing
What is the state testing?