Удален по просьбе правообладателя
  1. Урок 1. 00:13:42
    Introduction
  2. Урок 2. 00:09:34
    Common Excuses for Not Testing
  3. Урок 3. 00:08:38
    The Role of QA and AI in Testing
  4. Урок 4. 00:11:59
    Types of Tests & Tradeoffs
  5. Урок 5. 00:10:00
    Refactoring Code for Unit Testing
  6. Урок 6. 00:09:54
    Testing with Vitest
  7. Урок 7. 00:14:18
    Mocking External Dependencies
  8. Урок 8. 00:05:33
    Anatomy of a Test
  9. Урок 9. 00:07:01
    Testing Timeouts
  10. Урок 10. 00:03:18
    Add Test Boilerplate to beforeEach
  11. Урок 11. 00:11:17
    Multiple Fetch Requests in One Test
  12. Урок 12. 00:03:07
    Unit Testing a Class
  13. Урок 13. 00:06:54
    Clustering Application
  14. Урок 14. 00:11:41
    Unit Testing a Dataset & Algorithm
  15. Урок 15. 00:15:02
    Testing a Component with Storybook
  16. Урок 16. 00:06:56
    End to End Testing with Playwright
  17. Урок 17. 00:10:47
    Creating a Page Object
  18. Урок 18. 00:10:18
    Testing the Form Validation
  19. Урок 19. 00:04:11
    Testing Q&A
  20. Урок 20. 00:09:54
    Testing Pyramid & Development Model
  21. Урок 21. 00:12:30
    Structuring Code for Testability
  22. Урок 22. 00:09:28
    Rules to Avoid Untestable Code
  23. Урок 23. 00:10:58
    Progression of Testing
  24. Урок 24. 00:11:28
    Guide to Testable Code
  25. Урок 25. 00:06:39
    Wrapping Up