essential tdd problem-solving-skills-introduction

20
Essential TDD Bala Paranj www.rubyplus.com

Upload: bala-paranj

Post on 18-Jul-2015

57 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Essential tdd problem-solving-skills-introduction

Essential TDDBala Paranj

www.rubyplus.com

Page 2: Essential tdd problem-solving-skills-introduction

Objective

Page 3: Essential tdd problem-solving-skills-introduction

Problem Solving

Page 4: Essential tdd problem-solving-skills-introduction
Page 5: Essential tdd problem-solving-skills-introduction
Page 6: Essential tdd problem-solving-skills-introduction

Four Phases• Understand the Problem • Devise a Plan • Carry Out the Plan • Look Back

Page 7: Essential tdd problem-solving-skills-introduction

Understand the Problem• Read the verbal statement of the problem • Draw a figure • Introduce a suitable notation • Draw a table

Page 8: Essential tdd problem-solving-skills-introduction

Devise a Plan

• We know what needs to be done to solve the problem • Conceive the idea of the solution • The plan gives a general outline

Page 9: Essential tdd problem-solving-skills-introduction

Carry out the Plan

• The details fit into the outline

Page 10: Essential tdd problem-solving-skills-introduction

Look Back

• Reconsider and reexamine the completed solution • We can improve any solution • We can improve understanding of the solution

Page 11: Essential tdd problem-solving-skills-introduction

Four Phases

• Understand the Problem : Problem Domain Analysis • Devise a Plan : Solution Domain Analysis • Execute the Plan : Write the test • Look Back : Refactor

Page 12: Essential tdd problem-solving-skills-introduction
Page 13: Essential tdd problem-solving-skills-introduction

Sub-skills• Problem Domain Analysis • Solution Domain Analysis • Designing Test Cases • Writing Tests First • Refactoring

Page 14: Essential tdd problem-solving-skills-introduction

Problem Domain Analysis

Page 15: Essential tdd problem-solving-skills-introduction

Solution Domain Analysis

Page 16: Essential tdd problem-solving-skills-introduction

Carry Out the Plan

Page 17: Essential tdd problem-solving-skills-introduction

Look Back

Page 18: Essential tdd problem-solving-skills-introduction

When

Page 19: Essential tdd problem-solving-skills-introduction

How much?

Page 20: Essential tdd problem-solving-skills-introduction

Summary