-
What is Black Box Testing
Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.
-
What is Basis Path Testing
A white box test case design technique that uses the algorithmic flow of the program to design tests.