This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
Black-box testing is a method of software testing that examines the functionality of an application (e.g. what the software does) without peering into its internal structures or workings ( Wikipedia ). While it’s usually done at a system level, I think the most obvious place it should be used is at the function level. It’s even more efficient if you write tests for someone else’s code. Here is how…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.