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 |
List 5 major test cases for Lift
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What is AGP?what is setup.inf?What are the ways to install driver?
What is difference between system and functional testing?
plz tell me how can testing implement.like-performance testing,functional testing
Who will do the design phase testing?
In an Text Box Expected Value is 'icici' where as actual value came up is 'icci'. Now in the Bug Report How will u rate the severity and Priority?
How do you react when the developer says that defect you logged is not valid?
security testing what are the things you want to check in security testing ?
what is a broken link in web testing and how test it.
how is market for testing in banglore,chennai,pune,delhi?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....