Google News
logo
Manual Testing - Interview Questions
What is white box testing and its various techniques?
Unlike black-box testing, white box involves analyzing the system’s internal architecture and/or its implementation, in addition to its source code quality. It’s techniques are :
 
* Statement Coverage
* Decision Coverage
Advertisement