what is meant by negative testing..give me one example?
Answers were Sorted based on User's Feedback
Answer / suvarna
Negative testing means entering invalid data and verifying
for any error message is displayed or not.
| Is This Answer Correct ? | 2 Yes | 2 No |
Testing the system by negative data is called negative testing.
EXAMPLE:
Testing the password where it should be minimum 8 character.
so testing it with 6 character is called negative testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sonia
Testing the system with using negative data is negative testing
eg : Testing the password where it should be minimum of 6 characters test it with 5 characters is negative testing
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / guest
It is intended to do test fail- unacceptable data.
System doesn't do what it is not supposed to do.
For ex. login screen userid input box
It is supposed to take 8 alphanumeric characters
If you enter 9 characters, it doesn't accept.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / guest
where we want to put abnormal conditions on the aplication.
ex:invlid form selection
input values out of range
invalid test data selection
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / udaybhaskar
negative testing means without getting any errors and if get
the mismatches we will test each and every functionality
for example:
checking of username and pwd in the login window
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / vinod
Negative testing is nothing but testing the application
against the requirement.
| Is This Answer Correct ? | 1 Yes | 9 No |
what is angle testing
As a tester, what is the final report u submitted to ur customer? please write it in tabular form
What is Regression Testing and how it is useful in real- time scenario? Please correct me if it is wrong...
what are the techinques you follow during testing?
Web 2.0 Style Software Testing Management System- any suggestions?
Is the functional testing is a part of System testing. Are they same.
Testing terminologies followed by Google
What is IEEE? Why is it important?
I have a brand for product which will be delivered as per the subscription from customers.What are all the major functionalities u will test in that case?
1. What is the most critical bug you found 2. Consider a moblie phone : when you save the number, the number gets saved under a different name . What is the priority and severity of the bug 3. Write code for binary search
Explain what is the difference between regression testing and retesting?
list the type of testing you think must be conducted on web application project