Agile Development in Action Applying agile development practices to connect a blog with LiveWriter by: Mike.

Slides:



Advertisements
Similar presentations
Behavior Driven Test Development
Advertisements

Meeting the Media Halfway Bob Nellis
 Met with my groups face to face, presented a topic and had open time for questions  ed the information once a week to Moms that attended the.
Behavior-Driven Development
NAUG NAUG Knowledge Evening – th February 2007.
Scrum and Perl Kiffin Gish Friday, 6 March 2009 “Embrace change...” Sixth Dutch Perl Workshop.
Leading Your Company into a Unit Testing State of Mind Roy Osherove Gil Zilberfeld.
Step-by-Step: How to Blog & embed Video Follow the Red Arrow.
Computer Engineering 203 R Smith Agile Development 1/ Agile Methods What are Agile Methods? – Extreme Programming is the best known example – SCRUM.
Given Connections Solution
Decoding Barcodes Various approaches. Decoding barcodes There are a number of ways of decoding the barcodes –The data can be polled –The data can be read.
Introduction to Agile Methodologies and Concepts Roy Osherove Principal, Team Agile Blog : ISerializable.com.
Agile Testing Strategies By Jared Richardson By Jared Richardson
By: Taylor Helsper.  Introduction  Test Driven Development  JUnit  Testing Private Methods  TDD Example  Conclusion.
To Make Your Class Unavoidable like this guy. RSS is a family of Web feed formats used to publish frequently updated works— such as blog entries, news.
By: Taylor Helsper.  Introduction  Test Driven Development  JUnit  TDD Example  Conclusion.
TDD,BDD and Unit Testing in Ruby
QWise software engineering – refactored! Testing, testing A first-look at the new testing capabilities in Visual Studio 2010 Mathias Olausson.
Zero to Testing in JavaScript Basics of testing in JS.
A Partner in service to maximize value on your Microsoft Assets AFFLUENT GLOBAL SERVICE – Corporate.
Experiences from years of agile coaching by Jimmy Nilsson.
Scrum’s Product Owner Role Jeff Patton Agile Product Design
CPSC 371 John D. McGregor Session 22 Process. Specification and design problem solution specification implementation specification.
Steve Fastabend Agile Coach Redpoint Technilogies
Embracing change with Extreme Programming Method Engineering Erik ten Brinke
Cerberus. Introduction Cerberus is test case generator tool. Used for automation of unit testing.
ICT ENVIRONMENT 2 – THE INTERNET AND ITS RELATED ISSUES Elizabeth Nzagi.
Words and Music by: Mike Guglielmucci
Code Convergence Testing Approach Thoughts. Testing to Agile Define the Customers OSEHRA – and each member’s individual customers VA – because we want.
Konstantin Kosinsky Microsoft Certified Trainer, Microsoft MVP Blog:
TM Copyright © 2009 NMQA Ltd. Behaviour Driven Testing with.
Test-Driven Development Eduard Miric ă. The problem.
Using Test Driven Development Jon Kruger Blog: Twitter: JonKruger.
1 Presentation Title Test-driven development (TDD) Overview David Wu.
A Pecha Kucha by Curt Gratz.  Husband  Dad  Coach  Youth leader  Co-owner of Computer Know How  Member of TEAM ColdBox.
David Squeri CELLULAR AUTOMATON. A cellular automaton is an array of cells that switch on or off depending on whether other cells are on or off. “Rules”
Phoenix Scrum User Group Simplifying Scrum Online May 21 st 2009.
Integration Patterns in BizTalk Server 2004 Integration Patterns Explained What are integration patterns? What patterns does BizTalk Server 2004 provide.
CMPSC 16 Problem Solving with Computers I Spring 2014 Instructor: Tevfik Bultan Lecture 4: Introduction to C: Control Flow.
Safety methods within Agile and RUP methods TORGRIM LAURITSEN BUCS project.
Agile = regular iterations, releases time-boxed incremental regular heartbeat streamlined collaboration co-located team on-site customer face-face communication.
Mike Pryor, 23 rd March 2016 Intelligent Governance : Smart Gateways and Sharp Communications.
Remote Dev/Test Pairing Dawn Cannan and Franz Pereira Agile Tour 2010 October 28, 2010.
Chapter 5 Agile Development Moonzoo Kim KAIST
How I Met Your WordPress
Automated Software Testing
Test-driven development
Test Driven Development 1 November Agenda  What is TDD ?  Steps to start  Refactoring  TDD terminology  Benefits  JUnit  Mocktio  Continuous.
Automated and Repeatable Test Cases for SQL Server Development
Test-Driven Development
BACK SOLUTION:
Investigation Tracking
Test Driven Development
Completing the Circle Event Linking and the Patient Care Report
EXAMPLE 2 Identify parallel lines
Investigation Tracking
Introduction to Software Process Models
Why you need to Practice Programming
Mythbuster Format Great for commonly accepted or popular solutions that don’t really work.
TDD & ATDD 1/15/2019.
Test Driven Development
How does this quote relate to Frederick Douglass and his struggles
Agile Development – a new way of software development?
Test Driven Development
Achieve great things through a view others don’t have.
A Problem Solving Technique
Sequence/HowTo Format
Why WordPress is the best E-Commerce Solution. WordPress / WooCommerce.
Software Engineering and Architecture
How To Improve UX Performance In Agile
Presentation transcript:

Agile Development in Action Applying agile development practices to connect a blog with LiveWriter by: Mike Suarez msuarz msuarz.blogspot.com

Practices. incremental design. agile acceptance testing. test driven development. mocking

Process. write an acceptance test. write enough code to make it pass. write a unit test before writing the code. repeat

Story As a Blogger I want to use LiveWriter to manage my blogs So that I can have a popular and easy way to do it

Solution Implement the MetaWeblogAPI