What is White Box Testing ?
Filed Under Terms, Testing, Process, Development, Software | Posted on August 21, 2007
White box testing strategy deals with the internal logic and structure of the code. White box testing is also called as glass, structural, open box or clear box testing. The tests written based on the white box testing strategy incorporate coverage of the code written, branches, paths, statements and internal logic of the code etc. […]
Orthogonal Array Testing Strategy (OATS)
Filed Under Terms, Testing, Process, Development, Software | Posted on August 21, 2007
The Orthogonal Array Testing Strategy (OATS) is a systematic, statistical way of testing pair-wise interactions. It provides representative (uniformly distributed) coverage of of all variable pair combinations. This makes the technique particularly useful for integration testing of software components (especially in OO systems where multiple subclasses can be substituted as the server for a client). […]