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

Henry's law constant for CO 2 ​ in water is 1.67×10 ∘ Pa at 298 K . Calculate the quantity of CO 2 ​ in 500 mL , of soda water when packed under 2.5 atm CO 2 ​ pressure at 298 K .

  Explanation To calculate the amount of CO 2 ​ dissolved, we use Henry's Law: P = k H ​ × x _ C O 2 ​ where:\ P = partial pressure of...