Удален по просьбе правообладателя
  1. Урок 1. 00:01:38
    Welcome
  2. Урок 2. 00:03:44
    What will you learn in this course?
  3. Урок 3. 00:01:59
    Who is the course for and prerequisites
  4. Урок 4. 00:02:44
    What is TDD?
  5. Урок 5. 00:07:13
    Benefits and drawbacks of TDD
  6. Урок 6. 00:02:22
    "Test-First" vs "Test-After"
  7. Урок 7. 00:03:24
    How to define a Unit in Unit Testing
  8. Урок 8. 00:03:13
    Red-Green-Refactor cycle
  9. Урок 9. 00:02:43
    The 3 Rules of TDD
  10. Урок 10. 00:02:34
    Incrementalism
  11. Урок 11. 00:00:25
    Section recap
  12. Урок 12. 00:02:17
    The example we will work on
  13. Урок 13. 00:05:57
    Creating a Testing List
  14. Урок 14. 00:29:59
    Writing the first Tests
  15. Урок 15. 00:07:22
    Using Tests as Documentation
  16. Урок 16. 00:00:50
    Section recap
  17. Урок 17. 00:01:16
    The example we will work on
  18. Урок 18. 00:06:57
    Writing application level tests
  19. Урок 19. 00:02:54
    What is a Test Double?
  20. Урок 20. 00:02:41
    Building Dummies
  21. Урок 21. 00:04:01
    Building Stubs
  22. Урок 22. 00:03:00
    Building Spies
  23. Урок 23. 00:09:50
    Building Mocks
  24. Урок 24. 00:03:43
    Building Fakes
  25. Урок 25. 00:06:06
    Fixtures, Setup, and Teardown
  26. Урок 26. 00:03:40
    How to TDD on Integration Testing
  27. Урок 27. 00:25:09
    Test-driving a Storage Adapter
  28. Урок 28. 00:19:49
    Test-driving a REST API
  29. Урок 29. 00:00:37
    Section recap
  30. Урок 30. 00:00:30
    The example we will work on
  31. Урок 31. 00:01:06
    Detroit vs London school
  32. Урок 32. 00:01:43
    What is the Detroit School style?
  33. Урок 33. 00:02:12
    What is the London School style?
  34. Урок 34. 00:27:37
    Practicing TDD in a London School style
  35. Урок 35. 00:00:32
    Section Recap
  36. Урок 36. 00:02:36
    Naming Tests
  37. Урок 37. 00:01:55
    How to organize tests
  38. Урок 38. 00:02:30
    Applying Act-Arrange-Assert
  39. Урок 39. 00:02:36
    Using 1 Assertion per test
  40. Урок 40. 00:03:11
    Start from the end
  41. Урок 41. 00:04:21
    Improving test readability
  42. Урок 42. 00:03:37
    How to solve bugs with TDD
  43. Урок 43. 00:00:48
    What are TDD Driving Patterns
  44. Урок 44. 00:05:54
    Driving Patterns: Fake It
  45. Урок 45. 00:07:06
    Driving Patterns: Triangulation
  46. Урок 46. 00:03:01
    Driving Patterns: Obvious Implementation
  47. Урок 47. 00:02:23
    The Four Rules to Simple Design
  48. Урок 48. 00:06:46
    Anti-patterns and how to avoid them
  49. Урок 49. 00:00:45
    Section recap
  50. Урок 50. 00:07:41
    TDD in Agile software development and DevOps
  51. Урок 51. 00:05:10
    How BDD and ATDD relate to TDD
  52. Урок 52. 00:05:01
    How TDD relates to the Testing Pyramid
  53. Урок 53. 00:06:01
    TDD and Source Control
  54. Урок 54. 00:03:06
    Pair Programming when doing TDD
  55. Урок 55. 00:04:33
    Defining Team testing policies
  56. Урок 56. 00:01:47
    The value of Code Coverage when doing TDD
  57. Урок 57. 00:04:52
    Using Mutation Testing to improve TDD skills
  58. Урок 58. 00:03:28
    Handling Objections and Challenges to TDD Adoption
  59. Урок 59. 00:00:49
    Section recap
  60. Урок 60. 00:02:16
    The example we will work on
  61. Урок 61. 00:01:37
    What is Legacy Code
  62. Урок 62. 00:10:45
    How to use Approval Testing
  63. Урок 63. 00:26:54
    Refactoring to Support Testing
  64. Урок 64. 00:06:35
    Test-driving new Behaviour
  65. Урок 65. 00:00:29
    Section recap
  66. Урок 66. 00:01:02
    Conclusion