White-Box Testing

Steven Zeil

August 3, 2013

Course Home   e-mail

1 Statement Coverage
 1.1 Monitoring Statement Coverage
2 Branch Coverage
 2.1 Monitoring Branch Coverage with gcov
3 Loop Coverage
4 Final Thought: Combining Black and White-Box Testing
5 makefile

Styles of Testing   

Testing traditionally can be conducted in three styles


We’ve already looked at black-box techniques. In this lesson we take up white-box testing.

Complementary Strategies   

Black-box and white-box testing are complementary.


Combining Black- and White-Box Testing   

Best to


[Previous]