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