Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай REST API Automation with RestSharp & HTTP Client, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:20
    Introduction and Course Material
  2. Урок 2. 00:00:37
    Prerequisite
  3. Урок 3. 00:00:36
    Tools Required
  4. Урок 4. 00:04:56
    Setting up the jdk 1.8
  5. Урок 5. 00:03:25
    Setting up the Tomcat Server
  6. Урок 6. 00:02:25
    Setting up the Visual Studio - Part One
  7. Урок 7. 00:01:45
    Setting up the Visual Studio - Part Two
  8. Урок 8. 00:01:14
    Setting up the Postman Client
  9. Урок 9. 00:04:16
    Application Deployment in Tomcat
  10. Урок 10. 00:01:45
    What is a Web Service
  11. Урок 11. 00:01:51
    Request and Response
  12. Урок 12. 00:00:48
    What is REST
  13. Урок 13. 00:02:16
    HTTP Methods
  14. Урок 14. 00:03:49
    Request and Response Format
  15. Урок 15. 00:02:29
    Creating the Project In Visual Studio
  16. Урок 16. 00:02:48
    MSTest Framework Introduction
  17. Урок 17. 00:01:27
    MSTest Framework Setup
  18. Урок 18. 00:06:07
    MSTest - Part One
  19. Урок 19. 00:07:45
    MSTest - Part Two
  20. Урок 20. 00:01:18
    Setting up the HTTP Client
  21. Урок 21. 00:01:04
    Understanding the HTTP Client Framework
  22. Урок 22. 00:01:35
    Creating the HTTP Client
  23. Урок 23. 00:06:14
    Creating the GET Request
  24. Урок 24. 00:03:11
    Capturing the Response
  25. Урок 25. 00:01:30
    Response Format
  26. Урок 26. 00:03:14
    Capturing the Status Code from Response
  27. Урок 27. 00:03:21
    Capturing the Response Content
  28. Урок 28. 00:01:32
    XML and JSON Data Format
  29. Урок 29. 00:07:09
    Accepting the Data in a JSON and XML format
  30. Урок 30. 00:05:24
    GET Request using SendAsync
  31. Урок 31. 00:03:38
    Working with Using Statement
  32. Урок 32. 00:05:00
    Creating the custom class to capture the response
  33. Урок 33. 00:00:39
    Serialization and Deserialization
  34. Урок 34. 00:01:00
    Installing the Deserialization Packages
  35. Урок 35. 00:02:08
    Creating the Model for JSON Schema
  36. Урок 36. 00:04:40
    Deserialization of JSON Response
  37. Урок 37. 00:00:42
    Steps for XML Deserialization
  38. Урок 38. 00:02:56
    Model for XML Deserialization
  39. Урок 39. 00:04:17
    Deserialization of XML Data
  40. Урок 40. 00:00:38
    Assertion - Introduction
  41. Урок 41. 00:04:05
    Adding the Assertion in Test
  42. Урок 42. 00:02:54
    Conditional Based Assertion
  43. Урок 43. 00:02:43
    POST Request - Introduction
  44. Урок 44. 00:10:14
    Creating the POST request
  45. Урок 45. 00:05:29
    Validation of Response
  46. Урок 46. 00:06:24
    POST Request with XML Data
  47. Урок 47. 00:05:54
    Validation of POST request with XML Data
  48. Урок 48. 00:04:12
    POST request using SendAsync API
  49. Урок 49. 00:09:24
    Code Optimization - Part One
  50. Урок 50. 00:11:16
    Code Optimization - Part Two
  51. Урок 51. 00:03:45
    Framework Method for POST
  52. Урок 52. 00:03:26
    Using the Framework Method in TestClass
  53. Урок 53. 00:08:41
    Framework Method for Response Data
  54. Урок 54. 00:04:04
    Using the Framework Method for Response Data in TestClass
  55. Урок 55. 00:02:21
    PUT Request using PostMan
  56. Урок 56. 00:10:31
    Creating PUT Request with XML data
  57. Урок 57. 00:04:09
    PUT Request with JSON data
  58. Урок 58. 00:02:51
    Framework method for PUT request
  59. Урок 59. 00:03:18
    Using the Framework method for PUT Request
  60. Урок 60. 00:01:51
    Delete Request using PostMan
  61. Урок 61. 00:06:31
    Delete Request
  62. Урок 62. 00:04:06
    Framework Method for Delete Request
  63. Урок 63. 00:02:25
    Authentication - Basic Auth
  64. Урок 64. 00:02:46
    Secure GET End Point
  65. Урок 65. 00:06:43
    Encoding and Decoding of Basic Auth
  66. Урок 66. 00:03:42
    Secure POST End Point
  67. Урок 67. 00:02:49
    Secure PUT End Point
  68. Урок 68. 00:02:01
    Secure DELETE End Point
  69. Урок 69. 00:01:33
    Synchronous and Asynchronous Execution - Introduction
  70. Урок 70. 00:03:17
    Synchronous Exexution of Test
  71. Урок 71. 00:06:24
    Asynchronous Execution of Test
  72. Урок 72. 00:01:44
    Asynchronous Execution of Test - Failed Scenario
  73. Урок 73. 00:06:03
    Parallel Execution of Multiple Request
  74. Урок 74. 00:05:38
    Redefining HelperClass with Async & Await Implementation
  75. Урок 75. 00:03:06
    Parallel Execution with Different Request Type
  76. Урок 76. 00:02:24
    Asynchronous Execution with Task Factory
  77. Урок 77. 00:04:09
    Fetch the returned value from asynchronous task
  78. Урок 78. 00:03:45
    Parallel execution with RunSettings File
  79. Урок 79. 00:02:07
    RestSharp - Introduction
  80. Урок 80. 00:01:45
    Creating the Rest Client
  81. Урок 81. 00:03:12
    GET Request
  82. Урок 82. 00:02:32
    Capture the Status Code
  83. Урок 83. 00:01:11
    Capture the Response Content
  84. Урок 84. 00:03:18
    Capture the response in Different Format
  85. Урок 85. 00:04:49
    Deserialization of JSON Response
  86. Урок 86. 00:04:03
    Validation of JSON Response
  87. Урок 87. 00:06:09
    Deserialization of XML response
  88. Урок 88. 00:02:38
    Request & Response Using Execute API
  89. Урок 89. 00:01:50
    Framework Design
  90. Урок 90. 00:04:11
    Helper Class Implementation Part One
  91. Урок 91. 00:03:21
    Helper Class Implementation Part Two
  92. Урок 92. 00:04:09
    Helper Class Implementation Part Three
  93. Урок 93. 00:02:25
    HelperClass for JSON Response
  94. Урок 94. 00:04:07
    Sending POST Request with JSON Payload
  95. Урок 95. 00:05:21
    POST Request with Complex Payload
  96. Урок 96. 00:06:22
    HelperClass for POST Request
  97. Урок 97. 00:03:48
    POST Request with XML Data - Part One
  98. Урок 98. 00:02:34
    POST Request with XML Data - Part Two
  99. Урок 99. 00:06:22
    POST Request with XML Dat - Part Three
  100. Урок 100. 00:06:11
    PUT Request with JSON data
  101. Урок 101. 00:05:42
    PUT Request with XML Data
  102. Урок 102. 00:03:08
    HelperClass for PUT Request
  103. Урок 103. 00:06:44
    DELETE Request
  104. Урок 104. 00:04:05
    Basic Authentication
  105. Урок 105. 00:01:37
    Token Based Authentication - Introduction
  106. Урок 106. 00:01:41
    DropBox App Creation
  107. Урок 107. 00:01:54
    Access Token for App Specific folder
  108. Урок 108. 00:07:19
    Getting list of Files and Folder from Drop Box
  109. Урок 109. 00:03:28
    Creating a Folder using DropBox API
  110. Урок 110. 00:04:55
    File Download using DropBox API
  111. Урок 111. 00:06:26
    Parallel Download of Multiple Files using DropBox API
  112. Урок 112. 00:02:04
    Session Based Authentication - Introduction
  113. Урок 113. 00:07:24
    JIRA API - Creating a Session
  114. Урок 114. 00:11:29
    JIRA API - Automate End to End Flow
  115. Урок 115. 00:06:14
    Query Parameter with Request
  116. Урок 116. 00:06:12
    VsTestConsole & Report Generation
  117. Урок 117. 00:02:07
    SCM - Introduction
  118. Урок 118. 00:02:38
    SCM - Creating the Repository
  119. Урок 119. 00:02:39
    SCM - Git Clone
  120. Урок 120. 00:04:53
    SCM - Git Commit
  121. Урок 121. 00:04:10
    SCM - Git Pull
  122. Урок 122. 00:02:36
    SCM - Git Branch
  123. Урок 123. 00:09:42
    SCM - Git Branch Creation
  124. Урок 124. 00:05:48
    SCM - Git Merge
  125. Урок 125. 00:02:21
    Introduction to CI-CD Process
  126. Урок 126. 00:05:49
    Jenkins - Setup
  127. Урок 127. 00:04:28
    Jenkins - Tool Configuration
  128. Урок 128. 00:08:46
    Jenkins - Pipeline Configuration
  129. Урок 129. 00:04:00
    Jenkins - Implement Clean and Clone Stage
  130. Урок 130. 00:03:54
    Jenkins - Implement Restore Stage
  131. Урок 131. 00:04:29
    Jenkins - Implement Build Stage
  132. Урок 132. 00:05:05
    Jenkins - Implement Test Execution Stage
  133. Урок 133. 00:05:00
    Jenkins - Implement Artifact Generation Post action
  134. Урок 134. 00:02:17
    Jenkins - Blue Ocean Plugin
  135. Урок 135. 00:03:58
    File Upload with RestSharp
  136. Урок 136. 00:06:16
    JWT Authentication - Introduction
  137. Урок 137. 00:11:06
    Handling JWT Token
  138. Урок 138. 00:06:24
    MsTest - Custom Attribute
  139. Урок 139. 00:14:24
    Extent - Report Generation
  140. Урок 140. 00:04:14
    Parallel Execution via AssemblyInfo
  141. Урок 141. 00:12:45
    RestSharp - with GraphQL