Announcement

Collapse
No announcement yet.

What is negative testing?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is negative testing?

    DEFINITION: Aimed at showing that software handles properly situations in which user acts not as user is supposed to act
    • makes no sense if Positive Testing fails
    • negative testing is to be done AFTER positive
    • in lack of time situation minimize (skip) Negative Testing
    • it results in more bugs than positive
    • the volume of Negative Testing is much larger than Positive
Working...
X