BDD (Behavior Design Development) 

What is BDD?  BDD is a software development technique that has evolved from TDD (Test Driven Development). To better understand BDD we should first understand TDD.  What is Test Driven Development   Test Driven Development (TDD) is a software development practice that focuses on creating unit test cases before developing the actual code. It is an […]

BDD (Behavior Design Development)  Read More »