Code: JVA-073
Duration: 16 hours
Duration: 16 hours
Description
This training covers the major aspects of Behavior-Driven Development (BDD) with Java. BDD is a methodology for developing IT solutions that directly satisfy business requirements. Its philosophy is to be driven by the business strategy, requirements and goals which it then refines and transforms into an IT solution. TDD helps us build good quality software, BDD helps us build software that’s worth building.BDD leads to reduced waste and costs, easier and safer changes as well as faster releases. BDD is all about focusing the development effort on discovering and delivering the features that will provide business value, and avoiding those that don’t.
Participants will learn how to write their own applications, applying BDD principles and using JUnit5, Cucumber and JBehave.
Roadmap
Fundamentals of Behavior Driven Development- The BDD Development Process
- Building the right software
- The knowledge constraint – dealing with uncertainty
- Introducing Behavior-Driven Development
- Test-Driven Development
- Introducing a New Feature
- Acceptance Criteria
- Requirements Analysis
- BDD Principles and Practice
Making the step from TDD to BDD
- TDD Characteristics
- BDD Characteristics
- TDD vs BDD
- BDD Benefits
- JUnit 5 Essential Annotations
Java BDD with Cucumber
- Introduction to Cucumber
- Gherkin, features, scenarios, annotations
- Install and configure Cucumber
- Adding new functionality with the help of Cucumber
Java BDD with JBehave
- Introduction to JBehave
- Functionality and terminology
- Install and configure JBehave
- Adding new functionality with the help of JBehave
Objectives
- Provide participants with the basic knowledge necessary for applications development using Java BDD with Cucumber and JBehave
Target Audience
- Java Developers
- Software Architects
- Software Testers who need to automate a part of their activity
Prerequisites
- OOP
- Java
- Basics of unit testing