Behavior-Driven Development (BDD)

  • テストを「振る舞い」(機能的な外部仕様)の記述に特化させる
  • Describe the behavior of software
  • ユーザーの要求やアーキテクチャの設計仕様といった、より上位のインプットとTDDのテストにつながりを持たせる
  • Integrate design specs and testing
  • RSpec (Ruby)
    • RSpec解説