Skip to content

 
  • Automated Acceptance and Web Testing
  • Automated Acceptance and Web Testing
  • Continuous Integration and Continuous Delivery with Jenkins
  • Test-Driven Development Training and Coaching
  • Test-Driven Development Training and Coaching
  • Test-Driven Development Training and Coaching
  • Expertise in Automated Acceptance Tests and ATDD
  • Test-Driven Development Training and Coaching

BDD and Scrum Team Dynamics

This week I was lucky enough to be able to speak at the inaugural Scrum Australia conference in Sydney. The topic was 'Behaviour Driven Development and Scrum Team Dynamics':

Behaviour Driven Development (BDD) is an approach than encourages teams and stakeholders in general to reason about requirements in terms of “executable specifications”, and focus on implementing features with demonstrable business value. BDD is more than just a development technique: in fact, it introduces a whole new dynamic to interactions between team members and stakeholders, a dynamic that increases communication, improves productivity and reduces waste. Through ongoing conversations between business stakeholders and team members, a team applying BDD principles will explore the business goals, capabilities and behaviour that the stakeholders need. They then propose features that the system will need to deliver these capabilities, and use concrete examples and counter-examples to explore and understand these features more fully. In this talk, you will learn about the principles and benefits of BDD for the whole team, how BDD works in practice, and how it affects the various team members in a project. Finally, you will discover the relationship between behavior driven development and automated acceptance testing.

Add a comment

Improve Your Java Code, Functional-Style - NOW!

During the recent JavaOne conference, I was able to share how developers can put their Java codes up a notch by using functional programming and clean coding practices. Functional Programming puts the spotlight on what we want to get out of our codes rather than how we are going to execute them. With this in mind, codes are relatively easier to understand and are less error prone, due to the fact that the libraries do all the dirty work.

In this presentation, you will get to know about libraries such as LambdaJ and Google Guava which you can readily use to leverage your existing Java code base. Go on and make the first step on making cleaner, better codes through functional programming!

Add a comment

Behavior-Driven Development on the JVM: A State of the Union

This talk on Behavior-Driven Development at JavaOne has become a venue for me to emphasize the importance of communication through the software development value chain. Developers sometimes have a tendency to look past requirement documents and work through the code. Value is defined by the business, which is then translated by business analysts as functional and technical specifications and passed on to programmers for development.

Behavior-Driven development helps prevent the actual business needs from getting lost in translation down the pipeline. It changes the mind set where conventional tests are transformed to "executable specifications" and only value-adding features go down the pipeline. Traceability is achieved and effort is maximized in this setup.

This presentation also highlights various BDD tools available for use in both Java and other JVM languages. Advantages and disadvantages for each tool are also explored, giving teams a guide on selecting what can work for them.

Add a comment

Combining Continuous Delivery Practices with Maven and Jenkins

Last week, I was given the privilege of speaking at JavaOne regarding the fusion of contemporary Continuous Delivery processes and practices with the established and widely-accepted Maven release process. I spoke in detail about the similarities as well as the main differences, and how these techniques and methodologies can be combined to deliver iterations and releases that highlight the need for immediate and ongoing customer feedback, while also satisfying the need for carefully-tested and quality-checked product versions. 

Add a comment

Introducing Thucydides: Automated Acceptance Tests, Step by Step

Thucydides is an open source library that lets you use Selenium 2/WebDriver to write more flexible and more reusable automated acceptance tests, and also to generate documentation about your acceptance tests, including a narrative descriptions, screen shots, and project progress reports.

Introduction to-thucydides
View more presentations from wakaleo
Add a comment