News

InfoQ interviewed Gil Zilberfeld about the benefits that a test first approach can bring, the concepts of Test Driven Development (TDD) and Behavior Driven Development (BDD) and examples of teams ...
While this list is far from exhaustive, the important thing to understand is that agile isn’t a rigid book of rules and regulations ...
Specs developed in BDD can be written with the same tools used for TDD. For instance, you can use JUnit, and choose to name your JUnit tests with BDD syntax. Using the frequent flier example, you ...
It seems you can't discuss continuous integration (CI) and delivery without talking about three other very deeply interrelated topics: Agile, DevOps, and a testing strategy such as behavior driven or ...