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 …
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
New Acceptance Test Driven Development with Cucumber in Eclipse Demo
Made a few updates to the Java Maven project with Cucumber Acceptance Test demo. The Gherkin format Acceptance Criteria is now included in the post for easy copy and past and additional details about the StackSteps class are included. See the updates here
New Acceptance Test Driven Development with Cucumber in Eclipse Demo
Made a few updates to the Java Maven project with Cucumber Acceptance Test demo. The Gherkin format Acceptance Criteria is now included in the post for easy copy and past and additional details about the StackSteps class are included. See the updates here
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 …
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 …
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 »
Technical Debt Pay It Forward
Pay it Forward You can pay now or pay later but trust me you’re gonna pay! I’m talking about Technical Debt… Technical Debt like any other Debt has Interest, so you can pay now or pay later but if you pay later it will be much more expensive. See this post on the Increasing cost …
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, …