2 items | 1 visits
Test driven development
Updated on Dec 27, 12
Created on Dec 27, 12
Category: Computers & Internet
URL:
There are two styles of testing: "black box" and "white box" styles. Black box testing focuses on the object's state; whereas, white box testing focuses on behavior. The two styles complement each other and can be combined to thoroughly test code. Mocking allows us to test behavior, and this tutorial combines the mocking concept with TDD to build an example class that uses several other components to achieve its goal.
2 items | 1 visits
Test driven development
Updated on Dec 27, 12
Created on Dec 27, 12
Category: Computers & Internet
URL: