Can you tell me what is negative testing?
Answers were Sorted based on User's Feedback
Answer / anuj singhal
Negative testing is an art to check the restrictions of an
application, for example if you have a field of "phone
number" that accepts only numeric letters. So in negative
testing user would not be able to type any alphabet or any
special symbol in that field or it can't be saved as
alphanumeric character.
These are the test that makes the application more
meaningful and accurate.
For more testing of unacceptable entries which results are
meaningless called negative testing.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / sums
Testing the System/Software for unexpected and Invalid
conditions is negative testing.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / jaspreet kaur vohra
Negative testing is done to fail an application. When we used to put wrong/invalid inputs and application accepts that input it means that negative test case is passed. Any input other than valid input is negative testing.
Negative testing is important for application becoz it makes an application accurate.
Positive testing is testing an application by putting valid inputs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh.pothina
Negative Testing is nothing but checking any field with
Negative values.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is integration testing? And what are the different types.
Hi am new to this forem.i am a begineer in software testing and i have passed the ISEB exam,can anyone tell me how to gain knowledge practically ie practising testcases...... Thanks in advance
What if the application has functionality that wasn't in the requirements?
wat is the format of the build (the testers) get from dovelopers?
Hi friends This is sowmya plz can u tell me what type of questions will they ask in banking domain in interview plz let me know thanks in advance
i have soure and target having 1 laks records same structure and same data. no primary key. how to do data validation in. how to identify each and every record same r not. i want check every record. wat is process.
When will the testing starts?
how can client know that the bug which has been corrected
How to write Negative test cases?
12 Answers CarrizalSoft Technologies, Infosys, Microsoft, Ybrant Technologies,
Can you explain the concept of defect cascading?
Give me 2 examples for - High Priority with Low Severity? And - High Severity with Low Priority??
1 Answers Infosys, Mastek, SunGard,
What is the use of doing cookie testing(enable or disable)for web applications?What will happen if u enable or disable the cookies?