software engineering i cs361 test driven development
play

Software Engineering I cs361 Test Driven Development What is Test - PowerPoint PPT Presentation

Software Engineering I cs361 Test Driven Development What is Test Driven Development (TDD) Test-driven development ( TDD ) is a software development process based on three simple rules TDD Rules (From Uncle Bob Martin) 1. You are not allowed


  1. Software Engineering I cs361

  2. Test Driven Development

  3. What is Test Driven Development (TDD) Test-driven development ( TDD ) is a software development process based on three simple rules

  4. TDD Rules (From Uncle Bob Martin) 1. You are not allowed to write any production code unless it is to make a failing unit test pass

  5. TDD Rules (From Uncle Bob Martin) 1. You are not allowed to write any production code unless it is to make a failing unit test pass 2.You are not allowed to write any more of a unit test then is sufficient to fail; and any compilation failures are failures

  6. TDD Rules (From Uncle Bob Martin) 1. You are not allowed to write any production code unless it is to make a failing unit test pass 2.You are not allowed to write any more of a unit test then is sufficient to fail; and any compilation failures are failures 3. You are not allowed to write any more production code than is sufficient to pass the one failing unit test

  7. TDD Cycle Write a test that fails Refactor Write code (as to pass needed) test

  8. Class Exercise

  9. FizzBuzz ✖ If number is divisible by 3, print Fizz ✖ If number is divisible by 5 print Buzz ✖ if number is neither, print number

  10. Assignments

  11. Writing Assignment 1 ✖ http:// web.engr.oregonstate.edu/ ~hiltonm/classes/cs361/ assignment0.html

  12. Team Project Assignment 1 ✖ http:// web.engr.oregonstate.edu/ ~hiltonm/classes/cs361/ assignment1.html

  13. User Stories

  14. User Stories ✖ The Card ✖ The Conversation ✖ The Confirmation

  15. Src: https://www.flickr.com/photos/jakuza/2728096478

  16. The Card “As a [role], I want [function], so that [value]” Often written on 3x5 card Examples:

  17. The Conversation An open dialog between everyone working on the project and the client Split up Epic Stories if Needed

  18. The Confirmation A test that will show when task is completed Could be automated, or a script

  19. Credits Special thanks to all the people who made and released these awesome resources for free: ✖ Presentation template by SlidesCarnival ✖ Photographs by Unsplash

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend