RSSAmplifier

Baptiste Fontaine’s Blog · Feb 9, 2014

Function-level Black-box Testing

0
Sign in to vote or save

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…

Read on bfontaine.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.