what is the meaning of the negative testing?
Answers were Sorted based on User's Feedback
Answer / nithi
Normally if you test one application u have to test both
positive and negative testing. for example if u take login
screen if the enter valid username and password that is
positive testing if the username is invalid and password is
invalid then that is negative testing
correct me if i am wrong
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chitra
Negative testing involves applying negative inputs to the
application with the intension of finding errors in the
application.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / keerthana
Testing the application againest of the requirement is
called negative testing
Ex: for UID you must have to enter 8 letters but you
entered 6 letters and testing is system is accepting it or
not if it's accepting then it's a deffect. This is called
negative testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudhakar8
Testing the application for fail conditions, negative
testing is testing the tool with improper inputs.
For example entering the special characters for phone
number.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sm
Negative testing is the conducting testing with the tets
scenarios in which cases the software should fail in its
functionality
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mfsi_krushnas
Negative testing ensures that your application can
gracefully handle invalid input or unexpected user behavior.
For example, if a user tries to type a letter in a numeric
field, the correct behavior in this case would be to display
the “Incorrect data type, please enter a number” message.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / giini
Negative testing is aimed at showing software does not work.
| Is This Answer Correct ? | 1 Yes | 2 No |
1.what is the purpose of testing ?
When is a good time for system testing?
can any one give negative testcases for calculator
generally what r the questions asked about project ,it may be banking,health care.... etc, i want general questions? pls any one give answer?
What is the clear meaning of test case, levels in test case ? contents of test case
write the negative test cases for pencil based on it's functionality
What is TRR ?
Is an "A fast database retrieval rate" a testable requirement?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
What is the difference between GUI Testing,UI testing and Usability TEsting
What are testing techniques? What is difference between general and specific?
What is accessibility testing