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 a weighted Defect What is Defect Density
What is meant by Bidirectional Tracebility matrix?
I'm looking for a latest news on software testing, please help me.
what r the main benifits of web-logic(application server)
Explain bug leakage and bug release?
what is exploratory Testing?
10 Answers ABC, Kiran Prakashan, Ordain Solutions,
How would you prepare the test plan without srs?
What are the challenges you faced related to production environment bug?
can u explan me clearly wt is web based app: and client server app:
draft an email to the client asking for clarrification on the conference calling function in a landline phone
A cube of side 4cm is painted with 3 colors red, blue and green in such a way that opposite sides are painted in the same color. This cube is now cut into 64 cubes of equal size. 1. How many have at least two sides painted in different colors. 2. How many cubes have only one side painted. 3. How many cubes have no side painted. 4. How many have exactly one side not painted.
How to decide testing Strategy?(White box or Black box).