Friday, May 3, 2019

How to Test Software, Part II: TDD and BDD

In my previous post, we talked about mocks and stubs, what they are, and how to use them in various testing scenarios to give yourself more flexibility, speed up your tests, and get more determinism out of your test suite.

In this post, I’m going to cover two methods for software development that take testing into consideration at the outset: test-driven development (TDD) and behavior-driven development (BDD). Using these methodologies will improve the way you think about software development and greatly enhance the efficacy of your tests. Let’s dive in:



from DZone.com Feed http://bit.ly/2DMnd3v

No comments:

Post a Comment