他に、Example-Driven Development (EDD)やStorytest-Driven Development (SDD)があったりするが、気にせず同一視すれば OK http://xunitpatterns.com/example-driven%20development.html https://www.industriallogic.com/blog/storytest-driven-development-article/
もし〜ならば / したら」 - 「Then(ならば)」→「結果 : 〜になる / が起きる」 - Given(前提) 私の銀行口座に預金があり、 かつ最近引き出していない (my bank account is in credit, and I made no withdrawals recently,) - When(もし) 私は限度より低い金額を引き出す (I attempt to withdraw an amount less than my card's limit,) - Then(ならば) 引き出しはエラーと警告なく完了できる (the withdrawal should complete without errors or warnings) https://www.agilealliance.org/glossary/gwt