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 |
if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
What is the role of QA in a company that produces software?
pls i want test cases for telecom billing system
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
how to write system test cases for a pen
how to write test case for check box like check boxes in gmail and yahoo inbox
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Have any idea how to prepare test cases for medical claim, Online mobile recharge.
how many checkpoint u have to used
what is run time object
4 Answers Infinite Computer Solutions,