Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to Testing, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:08:01
    Introduction
  • Урок 2. 00:07:30
    Course Overview
  • Урок 3. 00:05:47
    Anatomy of a Test
  • Урок 4. 00:05:29
    Writing Your First Test
  • Урок 5. 00:05:52
    Simple Tests Exercise
  • Урок 6. 00:08:30
    Testing Guidelines
  • Урок 7. 00:14:46
    Testing for Invalid Input
  • Урок 8. 00:13:05
    Testing for Edge Cases Exercise
  • Урок 9. 00:08:27
    Referential Equality
  • Урок 10. 00:04:23
    Testing Randomness
  • Урок 11. 00:21:58
    Asymmetric Matchers Exercise
  • Урок 12. 00:04:55
    Before/After Hooks & Async Code
  • Урок 13. 00:05:19
    DOM Testing Tools
  • Урок 14. 00:07:48
    Testing Buttons
  • Урок 15. 00:10:34
    Using Testing Library Utilities
  • Урок 16. 00:10:59
    Exploring the Accident Counter Project
  • Урок 17. 00:08:48
    Accident Counter Exercise
  • Урок 18. 00:14:09
    Accident Counter Solution
  • Урок 19. 00:03:31
    Searching DOM
  • Урок 20. 00:08:18
    Test Doubles
  • Урок 21. 00:05:04
    Spies
  • Урок 22. 00:15:23
    Mocks
  • Урок 23. 00:12:44
    Alert Spy Exercise
  • Урок 24. 00:20:21
    Mocking Dependencies
  • Урок 25. 00:07:56
    Mocking Time
  • Урок 26. 00:10:13
    Playwright
  • Урок 27. 00:07:09
    Testing the Counter with Playwright
  • Урок 28. 00:09:28
    Mock Service Worker
  • Урок 29. 00:03:48
    Wrapping Up