Agile

Agile related topics

The Haunting Secrets of User Story Slicing: Unveiling the Spooky Unhappy Paths in Software Development

In the dark depths of the software development realm, where lines of code intertwined like cobwebs, there existed a mysterious and ancient practice known as “User Story Slicing.” This spine-tingling tale will send shivers down your code-breaking spine. The Haunting of User Story Slicing In the eerie world of software sorcery, every feature or method …

The Haunting Secrets of User Story Slicing: Unveiling the Spooky Unhappy Paths in Software Development Read More »

Agile Driven DevOps Resources

Agile Driven DevOps PDF 5 Agile Rules https://www.ProDataMan.com/2019/11/19/5-agile-rules/ DevOps Case Studies https://www.ProDataMan.com/2019/02/12/devops-case-study-links/ Scrum Ceremonies  don’t just hit the bullet points https://www.ProDataMan.com/2018/06/12/scrum-ceremonies-dont-just-hit-the-bullet-points 4 Great Agile Driven DevOps Books   

5 Agile Rules

Sprint Planning: The 60/40 Split2-4 hours of Sprint planning for each week of a Sprint should yield 60% of delivery team tasks necessary to complete a user story defined and documented prior to the SprintThe 80/20 CommitmentThe average agile team incurs 10-30% technical debt in each Sprint. Mature teams closer to 10% newer Agile teams …

5 Agile Rules Read More »

Simple Echo App in Eclipse with TDD

In this tutorial, we will walk through creating a basic JUnit test class in Eclipse just to make sure that our environment is set up properly. We will use Test Driven Development (AKA Test First Development) to ensure that we are writing just enough code to pass our test, and not writing our test to …

Simple Echo App in Eclipse with TDD Read More »

SpecFlow

Acceptance Test Automation with Cucumber / SpecFlow in Visual Studio

Acceptance Criteria, Test Automation and Gherkin What do Acceptance Criteria, Test Automation and a Cucumber have in common? Well for the uninitiated in may seem that these 3 things have nothing in common however if you are an “Agilist” or Test Automation specialist than you are probably very familiar with the similarities. Let’s start with …

Acceptance Test Automation with Cucumber / SpecFlow in Visual Studio Read More »

Layered Cake

Slicing User Stories Method 6

Slicing by CRUD or ISUD (AKA Slicing by Operations) Any User Stories involving a managed entity, such as a Customer, Order, Employee or Product, will almost always require some level of management functionality.  This management functionality will provide the ability to perform a number of operations including at a minimum operation, such as Create, Read, …

Slicing User Stories Method 6 Read More »

Shopping Cart