Skip to main content
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Source Link

You might want to have a look at equivalence partitioning vs boundary value analysisequivalence partitioning vs boundary value analysis. Testing against "golden data" (boundary value analysis) is indeed the best compromise, giving good enough confidence that everything is covered in most cases.

You might want to have a look at equivalence partitioning vs boundary value analysis. Testing against "golden data" (boundary value analysis) is indeed the best compromise, giving good enough confidence that everything is covered in most cases.

You might want to have a look at equivalence partitioning vs boundary value analysis. Testing against "golden data" (boundary value analysis) is indeed the best compromise, giving good enough confidence that everything is covered in most cases.

Source Link
guillaume31
  • 8.7k
  • 25
  • 35

You might want to have a look at equivalence partitioning vs boundary value analysis. Testing against "golden data" (boundary value analysis) is indeed the best compromise, giving good enough confidence that everything is covered in most cases.