Удален по просьбе правообладателя
  1. Урок 1. 00:01:36
    Welcome
  2. Урок 2. 00:02:52
    What will you learn in this course?
  3. Урок 3. 00:01:38
    Who is the course for and prerequisites
  4. Урок 4. 00:08:19
    The types of testing
  5. Урок 5. 00:03:03
    The testing pyramid
  6. Урок 6. 00:02:20
    Why are integration tests so important?
  7. Урок 7. 00:02:18
    Why should you write integration tests?
  8. Урок 8. 00:03:08
    What is in scope for integration testing
  9. Урок 9. 00:06:41
    The project we will be working with
  10. Урок 10. 00:03:00
    The 5 core integration testing steps
  11. Урок 11. 00:02:40
    Project separation
  12. Урок 12. 00:01:17
    Why xUnit?
  13. Урок 13. 00:04:52
    Writing your first integration test
  14. Урок 14. 00:02:32
    Naming in integration tests
  15. Урок 15. 00:01:49
    Arrange, Act, Assert
  16. Урок 16. 00:03:29
    xUnit’s test execution model
  17. Урок 17. 00:02:05
    Test setup
  18. Урок 18. 00:01:54
    Test cleanup
  19. Урок 19. 00:05:27
    Parameterizing tests
  20. Урок 20. 00:01:19
    Ignoring tests
  21. Урок 21. 00:00:47
    Section recap
  22. Урок 22. 00:00:32
    What this section is about
  23. Урок 23. 00:03:20
    Writing fluent assertions
  24. Урок 24. 00:02:59
    Testing strings
  25. Урок 25. 00:02:01
    Testing numbers
  26. Урок 26. 00:01:38
    Testing dates
  27. Урок 27. 00:03:33
    Testing objects
  28. Урок 28. 00:03:33
    Testing enumerables
  29. Урок 29. 00:02:24
    Testing methods that throw Exceptions
  30. Урок 30. 00:01:30
    Testing for raised events
  31. Урок 31. 00:01:25
    Testing private methods (members)
  32. Урок 32. 00:03:02
    Testing internal methods (members)
  33. Урок 33. 00:00:27
    Section recap
  34. Урок 34. 00:01:15
    The problem with integration tests
  35. Урок 35. 00:05:07
    Introducing the WebApplicationFactory
  36. Урок 36. 00:01:59
    Testing status codes
  37. Урок 37. 00:01:32
    Testing text responses
  38. Урок 38. 00:01:35
    Testing JSON responses
  39. Урок 39. 00:01:01
    Testing response headers
  40. Урок 40. 00:05:40
    Creating realistic test data
  41. Урок 41. 00:02:32
    Cleaning up the test data
  42. Урок 42. 00:05:33
    Sharing a single application for multiple test classes
  43. Урок 43. 00:00:38
    Section recap
  44. Урок 44. 00:05:12
    The project we will be writing integration tests for
  45. Урок 45. 00:03:47
    Creating the WebApplicationFactory
  46. Урок 46. 00:01:20
    The problem with data store dependencies
  47. Урок 47. 00:04:06
    Introducing Docker
  48. Урок 48. 00:02:50
    Taking a look at docker compose files
  49. Урок 49. 00:08:05
    Creating a test container for our database
  50. Урок 50. 00:01:46
    The problem with third party API dependencies
  51. Урок 51. 00:03:51
    Introducing WireMock
  52. Урок 52. 00:05:58
    Creating a mocked API server with WireMock
  53. Урок 53. 00:14:40
    Testing: Create a resource
  54. Урок 54. 00:01:07
    Your turn to practice
  55. Урок 55. 00:04:35
    Testing: Getting a resource
  56. Урок 56. 00:05:06
    Testing: Getting all resources
  57. Урок 57. 00:03:52
    Testing: Updating a resource
  58. Урок 58. 00:01:26
    Testing: Deleting resource
  59. Урок 59. 00:04:37
    Testing: API Dependency Is Unavailable
  60. Урок 60. 00:02:13
    Dealing with requests requiring auth
  61. Урок 61. 00:01:37
    Dealing with background services
  62. Урок 62. 00:00:53
    Integration testing Minimal APIs
  63. Урок 63. 00:03:11
    Dealing with Entity Framework
  64. Урок 64. 00:01:07
    Section recap
  65. Урок 65. 00:02:16
    The project we will be writing UI integration tests for
  66. Урок 66. 00:01:42
    What we need to do to test the UI
  67. Урок 67. 00:04:13
    Introducing Playwright
  68. Урок 68. 00:06:38
    How our Docker strategy changes
  69. Урок 69. 00:07:12
    Bootstraping the test project
  70. Урок 70. 00:14:34
    Testing: Create a resource
  71. Урок 71. 00:06:38
    Testing: Get a resource
  72. Урок 72. 00:00:49
    Your turn to practice
  73. Урок 73. 00:03:08
    Testing: Getting all the resources
  74. Урок 74. 00:05:58
    Testing: Update a resource
  75. Урок 75. 00:03:47
    Testing: Delete a resource
  76. Урок 76. 00:00:42
    Section recap
  77. Урок 77. 00:00:29
    Course conclusion