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