Friday, September 19, 2008

Test the Functionality of Software


Another important testing method is Black Box Testing. In this testing by knowing the internal operation of a product, test can be conducted to ensure that “all gears mesh”, that is the internal operation performs according to specification and all internal components have been adequately exercised. It fundamentally focuses on the functional requirements of the software. This type of testing, is generally used to test the functionality of the software. The steps involved in black box test case design are:-
  • Graph based testing methods
  • Equivalence partitioning
  • Boundary value analysis
  • Comparison testing

No comments: