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