in reply to Re: (OT) Black- vs. white-box testing
in thread (OT) Black- vs. white-box testing
I would consider this black-box testing of the private API. The API you expose to the world and the API you expose to your code are rarely going to be identical. Of course, you should test the complete API, not just the API you expose to the world. If the rest of the world considers this white-box, then, in my public API, I'll consider this white-box as well. What it maps to in my personal implementation of this spec is irrelevant. :-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: (OT) Black- vs. white-box testing
by tilly (Archbishop) on Oct 26, 2005 at 17:56 UTC |