1. Урок 1. 00:01:48
    Course Introduction
  2. Урок 2. 00:02:33
    Housekeeping
  3. Урок 3. 00:01:50
    Prerequisite Software
  4. Урок 4. 00:03:25
    Target Application 1 - Video Game DB
  5. Урок 5. 00:03:05
    Target Application 2 - Football Data API
  6. Урок 6. 00:03:07
    Create Intellij Project & Install REST Assured
  7. Урок 7. 00:07:22
    Write your First REST Assured Test
  8. Урок 8. 00:05:04
    Setting up a Base Class
  9. Урок 9. 00:03:02
    Running tests through a HTTP Proxy
  10. Урок 10. 00:04:12
    Request Specification
  11. Урок 11. 00:02:35
    Response Specification
  12. Урок 12. 00:06:04
    Create Config file for Video Game DB
  13. Урок 13. 00:04:30
    Adding Endpoints to an Interface
  14. Урок 14. 00:03:40
    GET Request
  15. Урок 15. 00:04:01
    POST Request with JSON
  16. Урок 16. 00:06:38
    POST Request with XML
  17. Урок 17. 00:03:31
    PUT Request
  18. Урок 18. 00:01:57
    DELETE Request
  19. Урок 19. 00:03:11
    Path Parameters
  20. Урок 20. 00:05:48
    Create Config file for Football API
  21. Урок 21. 00:04:51
    Query Parameters
  22. Урок 22. 00:07:42
    Assert the body of a HTTP Response
  23. Урок 23. 00:04:48
    Extract the body of a HTTP Response
  24. Урок 24. 00:03:42
    Extract the headers of a HTTP Response
  25. Урок 25. 00:05:09
    Extract explicit data from the body with JSON path
  26. Урок 26. 00:08:34
    Object Serialization
  27. Урок 27. 00:07:33
    Validating Response against a XML Schema
  28. Урок 28. 00:05:28
    Validating Response against a JSON Schema
  29. Урок 29. 00:03:07
    Convert JSON Response to POJO
  30. Урок 30. 00:05:55
    Measuring Response Time in REST Assured
  31. Урок 31. 00:07:56
    GPath JSON Part 1 - Setup and basic find
  32. Урок 32. 00:07:08
    GPath JSON Part 2 - Using findAll to extract multiple data
  33. Урок 33. 00:05:14
    GPath JSON Part 3 - Using Min, Max, Collect and Sum
  34. Урок 34. 00:10:54
    GPath JSON Part 4 - Combining finds and using parameters
  35. Урок 35. 00:03:43
    GPath XML Part 1 - Setup and basic find
  36. Урок 36. 00:01:53
    GPath XML Part 2 - Attributes
  37. Урок 37. 00:04:19
    GPath XML Part 3 - Extract all XML nodes with findAll
  38. Урок 38. 00:03:47
    GPath XML Part 4 - Extract XML nodes with an attribute
  39. Урок 39. 00:02:36
    GPath XML Part 5 - Extract single node
  40. Урок 40. 00:02:21
    GPath XML Part 6 - Depth First Search
  41. Урок 41. 00:03:39
    GPath XML Part 7 - Get all nodes based on a condition
  42. Урок 42. 00:02:32
    Authentication Introduction
  43. Урок 43. 00:04:08
    Basic Authentication
  44. Урок 44. 00:04:15
    OAuth 1 & 2
  45. Урок 45. 00:03:03
    SSL
  46. Урок 46. 00:01:06
    Thanks for watching!