Skip to content

Instantly share code, notes, and snippets.

@foo9
Created March 4, 2014 07:23
Show Gist options
  • Save foo9/9341782 to your computer and use it in GitHub Desktop.
Save foo9/9341782 to your computer and use it in GitHub Desktop.

ブラックボックステスト

関数の入出力だけに着目したテスト

ホワイトボックステスト

関数の内部実装を踏まえて、すべての条件分岐、判定処理を少なくとも一回は検証するテスト

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment