A Simple Introduction to BDD Part 1

Table of Contents

A Simple Introduction to BDD Part 1

Today marks the premiere of my screencast, which is essentially my initial foray into video blogging and sharing insights in this format.

The first topic to tackle is Behaviour-Driven Development and JBehave. This tool helps organize the process, offering a clear path from requirements to implementation. The main concepts include User Stories, Acceptance Tests, Test-Driven Development, and JBehave. There will be a total of five videos, with the first two available now!

Make sure to watch in 720p resolution and full screen.

(Text translated and moved from original old blog automatically by AI. May contain inaccuracies.)

Related Posts

Programming with LLMs for programmers - Beyond the Hype

Programming with LLMs for programmers - Beyond the Hype

Introduction

The field of software development is currently abuzz with discussions about Large Language Models (LLMs), AI agents, and autonomous systems. New libraries and frameworks emerge daily, each promising to revolutionize our coding practices. However, amidst this flurry of buzzwords and complex tools, it’s easy to overlook that many programming tasks involving LLMs can be accomplished with a straightforward approach; it’s not rocket science. While crafting production-ready LLM-based systems is not trivial, using LLMs as part of a system is quite manageable, especially if you avoid over-reliance on the abundance of dedicated frameworks.

Read More

Clients Want to Be Agile...

Clients Want to Be Agile…

One of the recent meetings involved establishing (by me, MS) a way to collaborate with a client (details intentionally slightly modified or omitted, though based on a real case). The client (K) said:

Read More

The Key to Time Management

There are several topics that constantly come to my mind and, with each new discovery, I reach a new level of understanding. One such topic is “time management.”

Read More