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