Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай API Automation: REST Assured + Java, TestNG, Lombok, Google, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:54
    Course objective
  • Урок 2. 00:03:49
    What is REST Assured?
  • Урок 3. 00:02:31
    A short overview of the official REST Assured documentation.
  • Урок 4. 00:03:01
    Preset the necessary technologies in the course.
  • Урок 5. 00:05:40
    Description of the course test project and obtaining a token for the API.
  • Урок 6. 00:03:18
    Creating an Intellij Project and installing REST Assured.
  • Урок 7. 00:03:13
    First REST Assured Test
  • Урок 8. 00:06:18
    Creating a configuration class
  • Урок 9. 00:03:40
    Logging Request/Response
  • Урок 10. 00:05:18
    Requests with GET method and query parameters
  • Урок 11. 00:04:26
    Requests using the PUT and DELETE methods
  • Урок 12. 00:05:31
    POST requests with JSON and XML body parameters
  • Урок 13. 00:07:17
    Introduction to know Request Specification
  • Урок 14. 00:03:10
    Introduction to ResponseSpecification
  • Урок 15. 00:06:51
    Assertions for answers with Java Hamcrest library
  • Урок 16. 00:05:12
    Extracting body, headers, cookies from a response using Extract() function
  • Урок 17. 00:09:15
    Validating a response using XML Schema
  • Урок 18. 00:03:53
    Validating a response using JSON Schema
  • Урок 19. 00:07:38
    Using Groovy GPath
  • Урок 20. 00:03:12
    About the project structure
  • Урок 21. 00:03:48
    Creating a project structure
  • Урок 22. 00:04:49
    Adding Lombock, JSONObject and creating NetworkCore
  • Урок 23. 00:08:04
    Creating a Request Model
  • Урок 24. 00:04:06
    Creating a DataProvider
  • Урок 25. 00:06:58
    Adding a FileReader and running a test