What is Negative testing?

Showing Answers 1 - 10 of 10 Answers

Pankaj

  • Jul 7th, 2005
 

Testing the system in different ways keeping in mind how to break it.

  Was this answer useful?  Yes

priya

  • Jul 25th, 2005
 

testing the system using negative data is negative testing, eg testing pwd which should be min 8 char so testing it using 6 chars etc 

  Was this answer useful?  Yes

faizal

  • Aug 23rd, 2005
 

Testing with an aim to break the application.

  Was this answer useful?  Yes

I disagree with the classic definition of negative testing:

"Testing aimed at showing software does not work. Also known as "test to fail".

When I conduct negative testing, it is not my intention to cause software to fail.  Rather, I simply want to determine how the application behaves when I introduce something that the software is not intended to use. 
 
This is my definition:

Negative testing occurs when interacting with an application or system in ways that are beyond the scope of its intended purpose.  This determination can be based on explicit or implicit requirements, personal inference and sound judgment, or creativity and intuition. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions