Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing: The Complete Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:22
    Section Overview
  2. Урок 2. 00:02:59
    Types of Tests
  3. Урок 3. 00:15:29
    Testing Libraries
  4. Урок 4. 00:02:43
    Unit Tests
  5. Урок 5. 00:02:47
    Integration Tests
  6. Урок 6. 00:04:28
    Automation Testing
  7. Урок 7. 00:02:57
    Final Note On Testing
  8. Урок 8. 00:11:30
    Setting Up Jest
  9. Урок 9. 00:11:11
    Our First Tests
  10. Урок 10. 00:05:32
    Writing Tests
  11. Урок 11. 00:10:19
    Asynchronous Tests
  12. Урок 12. 00:11:42
    Asynchronous Tests 2
  13. Урок 13. 00:12:51
    Mocks and Spies
  14. Урок 14. 00:05:32
    Testing Introduction
  15. Урок 15. 00:11:04
    Unittest
  16. Урок 16. 00:08:07
    Writing Unit Tests
  17. Урок 17. 00:06:02
    Writing Unit Tests 2
  18. Урок 18. 00:14:04
    Exercise - Testing
  19. Урок 19. 00:06:53
    Testing
  20. Урок 20. 00:07:44
    Activity - Testing
  21. Урок 21. 00:09:15
    Testing - Database
  22. Урок 22. 00:10:02
    Testing - HTTP Routes
  23. Урок 23. 00:06:33
    Activity - Generating Tests
  24. Урок 24. 00:07:47
    Testing
  25. Урок 25. 00:08:30
    Demo - Testing
  26. Урок 26. 00:06:57
    Exercise - Testing
  27. Урок 27. 00:05:16
    Testing JSON API
  28. Урок 28. 00:01:11
    Bruno's Request
  29. Урок 29. 00:14:30
    Introduction To Enzyme
  30. Урок 30. 00:09:30
    Snapshot Testing
  31. Урок 31. 00:04:55
    Snapshot Testing + Code Coverage
  32. Урок 32. 00:11:17
    Testing Stateful Components
  33. Урок 33. 00:02:36
    Quick Recap
  34. Урок 34. 00:23:51
    Testing Connected Components
  35. Урок 35. 00:03:36
    Testing Connected Components 2
  36. Урок 36. 00:14:58
    Testing Reducers
  37. Урок 37. 00:18:28
    Testing Actions
  38. Урок 38. 00:04:12
    Section Summary
  39. Урок 39. 00:12:16
    Introduction to Testing
  40. Урок 40. 00:02:51
    Introduction to Vitest
  41. Урок 41. 00:02:56
    Adding the Vitest UI
  42. Урок 42. 00:08:58
    Writing Our First Test
  43. Урок 43. 00:06:40
    Mounting with Vue Test Utils
  44. Урок 44. 00:04:16
    Testing the Inner Content
  45. Урок 45. 00:05:12
    Passing Data to Components
  46. Урок 46. 00:04:51
    Stubbing Components
  47. Урок 47. 00:01:39
    Avoid Boolean Assertions
  48. Урок 48. 00:06:31
    Testing Children Components
  49. Урок 49. 00:05:35
    Mocking Methods
  50. Урок 50. 00:06:42
    Testing Attributes
  51. Урок 51. 00:06:29
    Testing Attributes 2
  52. Урок 52. 00:06:08
    Testing Pinia Actions
  53. Урок 53. 00:04:15
    Mocking Promises
  54. Урок 54. 00:06:36
    Testing Router Components
  55. Урок 55. 00:12:36
    Snapshot Testing
  56. Урок 56. 00:06:31
    E2E Testing Overview
  57. Урок 57. 00:12:22
    Writing an E2E Test
  58. Урок 58. 00:11:21
    Introduction to Testing
  59. Урок 59. 00:08:14
    Understanding Karma and Jasmine
  60. Урок 60. 00:02:57
    Preparing our App for Testing
  61. Урок 61. 00:06:02
    Writing a Sanity Test
  62. Урок 62. 00:05:56
    Angular’s Test Bed Utility
  63. Урок 63. 00:06:28
    Testing a Component’s Instance
  64. Урок 64. 00:06:40
    Querying the Component’s Template
  65. Урок 65. 00:03:11
    Inverting Matchers
  66. Урок 66. 00:04:42
    Testing Nested Components
  67. Урок 67. 00:06:25
    Testing Content Projection
  68. Урок 68. 00:02:31
    Custom Matcher Error Messages
  69. Урок 69. 00:06:33
    Mocking Services
  70. Урок 70. 00:02:45
    Overriding a Dependency
  71. Урок 71. 00:02:00
    Importing the Router Testing Module
  72. Урок 72. 00:03:06
    Exercise - Testing the Logout Link
  73. Урок 73. 00:04:00
    Simulating DOM Events
  74. Урок 74. 00:06:11
    Installing Cypress
  75. Урок 75. 00:06:05
    Exploring Cypress
  76. Урок 76. 00:06:05
    Writing an E2E Sanity Test
  77. Урок 77. 00:08:54
    Testing the Video Player
  78. Урок 78. 00:03:27
    Testing In Node
  79. Урок 79. 00:14:22
    Testing APIs With Jest
  80. Урок 80. 00:08:04
    Testing API Endpoints With Supertest - GET
  81. Урок 81. 00:09:10
    Testing API Endpoints With Supertest - POST
  82. Урок 82. 00:06:49
    Testing API Endpoints With Supertest - Error Cases
  83. Урок 83. 00:05:19
    Testing With Deno
  84. Урок 84. 00:14:08
    Testing With Deno 2
  85. Урок 85. 00:10:16
    Testing With Deno 3
  86. Урок 86. 00:01:51
    Section Overview
  87. Урок 87. 00:10:11
    Selenium Introduction
  88. Урок 88. 00:11:48
    Selenium Basics
  89. Урок 89. 00:10:53
    Selenium Basics 2
  90. Урок 90. 00:06:14
    Selenium Basics 3
  91. Урок 91. 00:01:18
    Thank You!