Friday, October 18, 2019

Testing: Error/mistakes -> some become bugs/faults -> some cause failure

There are two main testing(test case selection) strategies :

  1. White box testing or Structural testing(Internal structure of the program is considered)
  • Coverage based testing
  • Cyclomatic complexity
  • Mutation testing
   2. Black box testing or Functional testing (The internal structure of the program is ignored, and attempt is to analyze the code , which produces the outputs for the given input values).
  • Boundary-value analysis
  • Equivalence partitioning                                                                                                                                
Unit Testing Strategies - 1 IITKH

Unit Testing Strategies - 2 IITKH

No comments:

Post a Comment

How can I run a C++ program directly from Windows?

How-can-I-run-a-C-program-directly-from-Windows