Skip to main content

Behavior-Driven Development (BDD) – An extension of Test-Driven Development (TDD)

Behavior-Driven Development (BDD) is a process or best practice for the development (and testing) of code.
Behavior-driven development is a design and testing practice that is utilized to ensure that the outcomes and the behaviors of products and services are articulated in terms of business value.  It means that we should step aside from the technical aspects of coding, development and testing and consider, in real everyday terms, what the behavior and usage aspects are of the application or product.   We will still require technical skills, insights, automation and more, but when thinking about the defining and development of a product, business and service providers can articulate in PLAIN ENGLISH exactly what they are attempting to achieve.
BDD helps design and development practitioners scope appropriate testing for a variety of test types including:
  • Unit tests: A single piece of code (usually an object or a function) is tested, isolated from other pieces
  • Integration tests: Multiple pieces are tested together, for example testing database access code against a test database
  • Acceptance tests/Functional tests: Automatic testing of the entire application, for example using a tool to automatically launch a browser
For some software developers this means a cultural shift for their approach. Today we must rethink the way we approach the design and testing of products.  Unit testing and acceptance testing criteria need to be stated in full sentences including words describing what should be achieved by the result.  This is similar to what we do when we create a user story in Agile Service Management.  We say things like “As a I need to be able to in order to .   BDD is a best practice to ensure that in the design/development stage of a product or service the service is assured to be tested at a level that will give assurance to the business and the consumer.  Testing will be allocated to ensure that the product is fit for use and fit for purpose.
BDD focuses on:
  • Where to start in the process
  • What to test and what not to test
  • How much to test in one phase
  • What to call the tests
  • How to understand why a test fails
In practice, BDD will require the use of technology to support activities in the process.  The tools, technology and automation for BDD are generally developed for specific uses in BDD projects and are highly specialized in conjunction with Test-Driven Development (TDD).
Test-Driven Development (TDD) is a software development methodology which essentially states that for each unit of software, a software developer must:
  • Define a test set for the unit first
  • Make the tests fail
  • Then implement the unit
  • Finally verify that the implementation of the unit makes the tests succeed
This definition is rather non-specific in that it allows tests in terms of high-level software requirements, low-level technical details or anything in between.
One way of looking at BDD is that it is a continued development of TDD and makes more specific choices than TDD. Therefore, with BDD testing, outcomes and value are business driven.
Learn more about DevOps and Agile

Comments

Popular posts from this blog

The Four Ps of Service Design - It’s not all about Technology

People ask me why I think that many designs and projects often fail. The most common answer is from a lack of preparation and management. Many IT organizations just think about the technology (product) implementation and fail to understand the risks of not planning for the effective and efficient use of the four Ps: People, Process, Products (services, technology and tools) and Partners (suppliers, manufacturers and vendors). A holistic approach should be adopted for all Service Design aspects and areas to ensure consistency and integration within all activities and processes across the entire IT environment, providing end to end business-related functionality and quality. (SD 2.4.2) People:   Have to have proper skills and possess the necessary competencies in order to get involved in the provision of IT services. The right skills, the right knowledge, the right level of experience must be kept current and aligned to the business needs. Products:   These are the technology managem

What Is A Service Offering?

The ITIL4 Best Practice Guidance defines a “Service Offering” as a description of one or more services designed to address the needs of a target customer or group .   As a service provider, we can’t stop there!   We must know what the contracts of our service offering are and be able to put them into context as required by the customer.     Let’s explore the three elements that comprise a Service Offering. A “Service Offering” may include:     Goods, Access to Resources, and Service Actions Goods – When we think of “Goods” within a service offering these are the items where ownership is transferred to the consumer and the consumer takes responsibility for the future use of these goods.   Example of goods that are being provided in the offering – If this is a hotel service than toiletries or chocolates are yours to take with you.   You the consumer own these and they are yours to take with you.               Note: Goods may not always be provided for every Service

What is the difference between Process Owner, Process Manager and Process Practitioner?

I was recently asked to clarify the roles of the Process Owner, Process Manager and Process Practitioner and wanted to share this with you. Roles and Responsibilities: Process Owner – this individual is “Accountable” for the process. They are the goto person and represent this process across the entire organization. They will ensure that the process is clearly defined, designed and documented. They will ensure that the process has a set of Policies for governance. Example: The process owner for Incident management will ensure that all of the activities to Identify, Record, Categorize, Investigate, … all the way to closing the incident are defined and documented with clearly defined roles, responsibilities, handoffs, and deliverables.  An example of a policy in could be… “All Incidents must be logged”. Policies are rules that govern the process. Process Owner ensures that all Process activities, (what to do), Procedures (details on how to perform the activity) and th