jbehave实现的BDD


JBehave is a framework for 
Behaviour-Driven Development  (BDD). BDD is an evolution of test-driven development (TDD) and acceptance-test driven design, and is intended to make these practices more accessible and intuitive to newcomers and experts alike. It shifts the vocabulary from being test-based to behaviour-based, and positions itself as a design philosophy.
 
jbehave(java behavior-driven-design) 行为驱动设计
五步走:
 
 

jbehave实现的BDD_第1张图片
 
jbehave实现的BDD_第2张图片
 
jbehave实现的BDD_第3张图片
 
jbehave实现的BDD_第4张图片
 
jbehave实现的BDD_第5张图片
 

 
 
 
 
 
 
 
 
 
 
 

 

你可能感兴趣的:(实现)