1. Урок 1. 00:03:47
    Course overview
  2. Урок 2. 00:03:52
    About the course
  3. Урок 3. 00:02:30
    How to install Postman
  4. Урок 4. 00:02:57
    A quick introduction to APIs
  5. Урок 5. 00:04:56
    Your first Postman request
  6. Урок 6. 00:05:37
    Troubleshooting Postman errors
  7. Урок 7. 00:05:43
    Using Postman on the web
  8. Урок 8. 00:04:59
    A brief overview of HTTP
  9. Урок 9. 00:02:37
    The Postman Landscape
  10. Урок 10. 00:01:54
    Section overview
  11. Урок 11. 00:03:24
    Postman collections
  12. Урок 12. 00:05:49
    Storing configuration in collection variables
  13. Урок 13. 00:12:08
    Modifying collection variables
  14. Урок 14. 00:03:54
    GET request
  15. Урок 15. 00:03:43
    Visualizing responses in Postman
  16. Урок 16. 00:09:15
    Query parameters
  17. Урок 17. 00:02:24
    Misconceptions about API parameters
  18. Урок 18. 00:01:22
    Assignment - Query parameters
  19. Урок 19. 00:05:29
    Assignment - Query parameters - Solution
  20. Урок 20. 00:01:36
    Shortcuts in Postman
  21. Урок 21. 00:06:44
    Path variables
  22. Урок 22. 00:03:40
    Troubleshooting Path variables
  23. Урок 23. 00:09:45
    Query params vs Path variables
  24. Урок 24. 00:02:37
    The business processes and rules behind an API
  25. Урок 25. 00:03:04
    POST request
  26. Урок 26. 00:00:43
    Assignment - Check cart contents
  27. Урок 27. 00:03:08
    Assignment - Check cart contents - Solution
  28. Урок 28. 00:08:18
    JSON format explained
  29. Урок 29. 00:03:26
    POST request with JSON
  30. Урок 30. 00:10:59
    Troubleshooting POST requests
  31. Урок 31. 00:03:19
    GET vs POST
  32. Урок 32. 00:08:55
    API Authentication
  33. Урок 33. 00:04:12
    Troubleshooting HTTP status codes
  34. Урок 34. 00:00:31
    Assignment - Place an order
  35. Урок 35. 00:01:55
    Assignment - Place an order - Solution
  36. Урок 36. 00:03:08
    Using random data in requests (random variables)
  37. Урок 37. 00:05:19
    Working with HTTP headers in Postman
  38. Урок 38. 00:04:29
    Common questions about HTTP headers
  39. Урок 39. 00:01:56
    Headers vs query vs params
  40. Урок 40. 00:05:59
    Exporting and Importing a Postman collection
  41. Урок 41. 00:05:52
    PATCH request method
  42. Урок 42. 00:00:31
    Assignment - PATCH request method
  43. Урок 43. 00:01:05
    Assignment - PATCH request method - Solution
  44. Урок 44. 00:01:36
    Using Postman variables to avoid duplication
  45. Урок 45. 00:02:44
    PATCH request method - continued
  46. Урок 46. 00:03:07
    PUT request method
  47. Урок 47. 00:02:11
    DELETE request method
  48. Урок 48. 00:00:23
    Assignment - Delete an order
  49. Урок 49. 00:02:51
    Assignment - Delete an order - Solution
  50. Урок 50. 00:02:36
    GET, POST, PUT, PATCH … What is the difference?
  51. Урок 51. 00:01:15
    HEAD request method
  52. Урок 52. 00:00:59
    Assignment - Valentin's Book List API
  53. Урок 53. 00:12:24
    Assignment - Valentin's Book List API - Solution
  54. Урок 54. 00:02:55
    Section overview
  55. Урок 55. 00:02:06
    Why learn to use real-world APIs?
  56. Урок 56. 00:04:36
    Using the API documentation
  57. Урок 57. 00:07:47
    Using the API documentation - Assignment
  58. Урок 58. 00:06:33
    Using API documentation - Assignment Solution
  59. Урок 59. 00:12:08
    Using identifiers when working with resources
  60. Урок 60. 00:06:32
    Assignment - Creating resources - Lists
  61. Урок 61. 00:00:52
    Assignment - Creating resources - Lists - Solution
  62. Урок 62. 00:03:47
    Assignment - Creating resources - Cards
  63. Урок 63. 00:00:40
    Assignment - Creating resources - Cards - Solution
  64. Урок 64. 00:03:45
    Assignment - Managing resources
  65. Урок 65. 00:00:55
    Assignment - Managing resources - Solution
  66. Урок 66. 00:04:57
    Assignment - Deleting resources
  67. Урок 67. 00:00:51
    Assignment - Deleting resources - Solution
  68. Урок 68. 00:02:45
    Protect your API keys
  69. Урок 69. 00:00:58
    Section overview
  70. Урок 70. 00:06:11
    Your first Postman script
  71. Урок 71. 00:10:05
    Your first API test in Postman
  72. Урок 72. 00:06:55
    Defining JavaScript variables
  73. Урок 73. 00:08:19
    Using “let” to define JavaScript variables
  74. Урок 74. 00:05:04
    Conventions for naming JavaScript variables
  75. Урок 75. 00:07:38
    Working with JavaScript variables
  76. Урок 76. 00:03:30
    Constants in JavaScript
  77. Урок 77. 00:03:09
    Data Types in JavaScript
  78. Урок 78. 00:07:34
    Mathematical operations
  79. Урок 79. 00:06:50
    Code blocks and variable scopes
  80. Урок 80. 00:08:40
    Defining a function in JavaScript
  81. Урок 81. 00:05:12
    Returning values from functions
  82. Урок 82. 00:06:16
    Built-in JavaScript functions
  83. Урок 83. 00:04:58
    Arrow functions
  84. Урок 84. 00:12:32
    Callback functions
  85. Урок 85. 00:05:19
    Callback functions in Postman
  86. Урок 86. 00:08:00
    Objects in JavaScript
  87. Урок 87. 00:02:23
    Object methods
  88. Урок 88. 00:03:19
    Object methods - using a property from the object
  89. Урок 89. 00:04:16
    Alternative syntax for defining and accessing object properties
  90. Урок 90. 00:07:25
    JavaScript objects and JSON
  91. Урок 91. 00:04:26
    Parsing JSON in Postman
  92. Урок 92. 00:06:43
    Writing assertions in Postman
  93. Урок 93. 00:05:56
    Storing a list of items - Arrays in JavaScript
  94. Урок 94. 00:07:16
    Navigating object properties and arrays
  95. Урок 95. 00:06:35
    Navigating complex data structures in Postman
  96. Урок 96. 00:06:35
    Built-in methods when working with arrays
  97. Урок 97. 00:01:12
    Conclusion
  98. Урок 98. 00:01:08
    Introduction
  99. Урок 99. 00:02:30
    Verifying the response status code
  100. Урок 100. 00:00:31
    Assignment - Adding status code tests
  101. Урок 101. 00:11:05
    Assignment - Adding status code tests - Solution
  102. Урок 102. 00:08:32
    Testing the response body
  103. Урок 103. 00:05:58
    Asserting the data type of a property
  104. Урок 104. 00:02:38
    Refactoring tests
  105. Урок 105. 00:08:55
    Testing the API error handling
  106. Урок 106. 00:04:38
    Organizing requests and reusing tests
  107. Урок 107. 00:00:34
    Assignment - Reduce duplication in tests
  108. Урок 108. 00:03:30
    Assignment - Reduce duplication in tests - Solution
  109. Урок 109. 00:05:42
    Boundary testing
  110. Урок 110. 00:00:25
    Assignment - Boundary testing
  111. Урок 111. 00:03:27
    Assignment - Boundary testing - Solution
  112. Урок 112. 00:02:17
    Documenting requests in Postman
  113. Урок 113. 00:00:40
    Section overview
  114. Урок 114. 00:04:01
    Setting Postman variables from scripts
  115. Урок 115. 00:06:25
    Passing data from one request to the other
  116. Урок 116. 00:12:13
    Troubleshooting setting collection variables from scripts
  117. Урок 117. 00:00:34
    Assignment - Set the cartId in a Postman variable
  118. Урок 118. 00:05:04
    Assignment - Set the cartId in a Postman variable - Solution
  119. Урок 119. 00:01:09
    Assignment - Store all dynamic data in Postman variables
  120. Урок 120. 00:12:47
    Assignment - Store all dynamic data in Postman variables - Solution
  121. Урок 121. 00:08:22
    Getting Postman variables from scripts
  122. Урок 122. 00:00:50
    Assignment - Getting Postman variables from scripts
  123. Урок 123. 00:04:46
    Assignment - Getting Postman variables from scripts - Solution
  124. Урок 124. 00:08:05
    JavaScript: Comparing data types
  125. Урок 125. 00:09:18
    JavaScript: For loop statement
  126. Урок 126. 00:03:55
    JavaScript: Iterating over arrays (for loop)
  127. Урок 127. 00:04:51
    JavaScript: Conditionals - if statements
  128. Урок 128. 00:06:22
    Searching for data in a response (for loop)
  129. Урок 129. 00:03:31
    Writing assertions against an array
  130. Урок 130. 00:07:13
    Iterating over arrays (forEach loop)
  131. Урок 131. 00:07:06
    JavaScript: Finding data in an array with find
  132. Урок 132. 00:00:28
    Assignment - use find instead of forEach
  133. Урок 133. 00:04:32
    Assignment - use find instead of forEach - Solution
  134. Урок 134. 00:05:01
    Managing the data type in Postman variables
  135. Урок 135. 00:05:56
    Passing data from the pre-request script to the request/tests
  136. Урок 136. 00:02:44
    Where can you use Postman variables?
  137. Урок 137. 00:05:00
    Removing collection variables
  138. Урок 138. 00:07:56
    Testing an API - Writing more tests
  139. Урок 139. 00:04:04
    Refactoring Tests
  140. Урок 140. 00:10:10
    Global variables
  141. Урок 141. 00:09:27
    Pre-request scripts in Postman
  142. Урок 142. 00:06:40
    Environments
  143. Урок 143. 00:10:53
    Understanding different variable scopes / types
  144. Урок 144. 00:08:21
    How to setup different URLs using environments in Postman
  145. Урок 145. 00:03:01
    Debugging variables & code
  146. Урок 146. 00:00:42
    Section overview
  147. Урок 147. 00:04:01
    Postman assertion basics
  148. Урок 148. 00:01:35
    Chai Assertion Library
  149. Урок 149. 00:09:51
    Assertions
  150. Урок 150. 00:14:37
    Assertions on arrays
  151. Урок 151. 00:17:14
    Assertions on nested objects
  152. Урок 152. 00:03:11
    Overview
  153. Урок 153. 00:07:39
    Postman collection runner
  154. Урок 154. 00:10:10
    Postman monitors
  155. Урок 155. 00:03:47
    Automating with Newman (Overview)
  156. Урок 156. 00:03:35
    Installing Newman
  157. Урок 157. 00:02:42
    Running a collection with Newman
  158. Урок 158. 00:09:04
    3 ways to access your Postman collection from Newman
  159. Урок 159. 00:05:13
    Specifying environments with Newman
  160. Урок 160. 00:03:22
    Prerequisites for running Newman on Jenkins
  161. Урок 161. 00:12:33
    Running a collection with Jenkins and generating a report
  162. Урок 162. 00:03:21
    Creating an HTML report in Jenkins
  163. Урок 163. 00:06:36
    Generating better HTML reports
  164. Урок 164. 00:05:19
    Customizing HTML reports
  165. Урок 165. 00:02:54
    Running a collection from a Git repository with Jenkins
  166. Урок 166. 00:12:29
    Gitlab CI
  167. Урок 167. 00:21:27
    TeamCity
  168. Урок 168. 00:04:43
    Short introduction to Docker (optional)
  169. Урок 169. 00:05:39
    Running Newman with Docker
  170. Урок 170. 00:00:52
    Overview
  171. Урок 171. 00:06:01
    Creating a basic workflow / scenario
  172. Урок 172. 00:06:58
    Advanced workflows
  173. Урок 173. 00:09:23
    Using workflows to create data-sets
  174. Урок 174. 00:08:04
    Using external data files - Basic usage
  175. Урок 175. 00:08:00
    Using external data files - Writing tests
  176. Урок 176. 00:09:11
    Using external data files - Advanced usage
  177. Урок 177. 00:00:46
    Introduction
  178. Урок 178. 00:06:06
    Using the Git version control system - Overview
  179. Урок 179. 00:08:10
    Using the Git version control system - Hands on
  180. Урок 180. 00:08:28
    Team Workspaces - Creating and sharing a workspace
  181. Урок 181. 00:03:33
    Team Workspaces - Understanding users and permissions
  182. Урок 182. 00:04:16
    Team Workspaces - Managing user permissions
  183. Урок 183. 00:00:39
    Introduction to mock servers
  184. Урок 184. 00:05:40
    Why use a mock server?
  185. Урок 185. 00:11:46
    Create your first mock server
  186. Урок 186. 00:04:33
    Practical example: using mock servers for front-end development
  187. Урок 187. 00:04:42
    Recording responses from an existing API
  188. Урок 188. 00:02:10
    Known limitations
  189. Урок 189. 00:10:01
    Sending and testing multipart/form-data requests (file upload form)
  190. Урок 190. 00:16:58
    Automatic the upload and testing process with Newman
  191. Урок 191. 00:05:56
    Basic access authentication
  192. Урок 192. 00:07:55
    OAuth2 Authorization Flow (Authorization Code Grant)
  193. Урок 193. 00:16:26
    Form-based / Session-based authentication
  194. Урок 194. 00:09:35
    JSON Web Tokens (JWT)
  195. Урок 195. 00:09:21
    Reusing tests in multiple requests
  196. Урок 196. 00:09:35
    How to deal with CSV responses?
  197. Урок 197. 00:30:51
    Writing files to the file system
  198. Урок 198. 00:13:20
    Sending requests from scripts
  199. Урок 199. 00:06:07
    How can I connect to my database using Postman?
  200. Урок 200. 00:12:38
    Designing APIs with Postman (OpenAPI 3.0.0 / Swagger)
  201. Урок 201. 00:08:21
    Sending GraphQL Queries in Postman