Thursday, February 12, 2009

White Box Testing

In white box testing the emphasis is on coding. We execute and check each line of code atleast once to verify if it works fine without errors. Includes techniques such as Branch Testing and Path Testing.
Also known as Structural Testing , Glass Box Testing, or clear box testing.

No comments:

Post a Comment