Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Step by Step Rest API Testing using Python + Pytest + Allure, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:33
    Course Introduction and Architecture
  • Урок 2. 00:06:17
    What is WebService
  • Урок 3. 00:05:15
    WebService Example
  • Урок 4. 00:05:59
    Advantage of WebService over WebBased Application
  • Урок 5. 00:05:02
    Difference between API and WebService
  • Урок 6. 00:16:43
    Different type of Services : Soap and Rest
  • Урок 7. 00:05:30
    Introduction to Micro Services
  • Урок 8. 00:01:27
    Installation Roadmap
  • Урок 9. 00:03:48
    Step 1 : Python Installation
  • Урок 10. 00:03:52
    Step 2 : Pycharm Installation : Editor for Python
  • Урок 11. 00:02:53
    Step 3: PIP Setup
  • Урок 12. 00:01:21
    Step 4 : Request Package Installation
  • Урок 13. 00:03:28
    First Python Code
  • Урок 14. 00:02:33
    Take User Input
  • Урок 15. 00:02:58
    Continuation and Multiline
  • Урок 16. 00:02:18
    Standard datatypes
  • Урок 17. 00:02:34
    Variables in Python
  • Урок 18. 00:10:55
    Condition Handling - If - Else
  • Урок 19. 00:07:37
    Multiple Condition Handling
  • Урок 20. 00:05:11
    Nested Condition Handling
  • Урок 21. 00:04:14
    Condition Handling with Logical OR
  • Урок 22. 00:04:12
    Condition Handling with Logical AND
  • Урок 23. 00:01:51
    Condition Handling with Not Operations
  • Урок 24. 00:02:31
    Introduction of Loops
  • Урок 25. 00:05:38
    For Loop with Final Range
  • Урок 26. 00:07:51
    For Loop with initial and final range
  • Урок 27. 00:02:50
    For loop with increment value
  • Урок 28. 00:04:23
    For loop with decrement value
  • Урок 29. 00:06:31
    For loop with list
  • Урок 30. 00:05:16
    While Loop with increments
  • Урок 31. 00:03:25
    While loop with decrement
  • Урок 32. 00:05:31
    Break Statement
  • Урок 33. 00:03:22
    Continue Statement
  • Урок 34. 00:02:03
    Else Statement
  • Урок 35. 00:10:58
    What is String and basic operations
  • Урок 36. 00:05:59
    String : Fetch Substring
  • Урок 37. 00:05:11
    Common String Functions - Part 1
  • Урок 38. 00:02:45
    Common String Functions - Part 2
  • Урок 39. 00:05:23
    Common String Functions - Part 3
  • Урок 40. 00:05:14
    Common String Functions - Part 4
  • Урок 41. 00:09:23
    Work on List
  • Урок 42. 00:03:32
    List function
  • Урок 43. 00:06:34
    Work on Tuple
  • Урок 44. 00:05:55
    Tuple advance operations
  • Урок 45. 00:05:59
    Dictionary basics
  • Урок 46. 00:02:45
    Dictionary Methods
  • Урок 47. 00:07:03
    Functions Basics
  • Урок 48. 00:03:56
    Rules to create functions
  • Урок 49. 00:05:32
    Different types of functions
  • Урок 50. 00:07:01
    Functions with return value
  • Урок 51. 00:09:42
    Different types of arguments
  • Урок 52. 00:05:44
    Create first class
  • Урок 53. 00:06:10
    Functions in Class
  • Урок 54. 00:05:08
    Constructors
  • Урок 55. 00:05:42
    Create Object in another file
  • Урок 56. 00:05:44
    What is Module
  • Урок 57. 00:07:59
    How to Use Modules
  • Урок 58. 00:06:44
    Creating Project Structure
  • Урок 59. 00:10:17
    Difference between import and from-import
  • Урок 60. 00:05:19
    File Handling : Read Data from File(.txt)
  • Урок 61. 00:03:45
    File Handling : Read character by character and line by line
  • Урок 62. 00:02:36
    File Handling : Write data to File(.txt)
  • Урок 63. 00:02:34
    File Handling : Common file methods
  • Урок 64. 00:05:09
    What is Exception and Exception Handling
  • Урок 65. 00:05:24
    Handle Exception using try, exception and finally
  • Урок 66. 00:04:02
    Prepare configuration files
  • Урок 67. 00:05:59
    Read data from config file
  • Урок 68. 00:09:41
    Basic understanding of JSON
  • Урок 69. 00:06:04
    What is JSON Path | Calculate JSON Path
  • Урок 70. 00:05:45
    JSON Path Advance Options
  • Урок 71. 00:02:27
    Work with JSON
  • Урок 72. 00:08:45
    Different methods used in REST API
  • Урок 73. 00:03:09
    What is Rest API with Parameters
  • Урок 74. 00:10:11
    Making a GET request using python
  • Урок 75. 00:02:54
    Validate Status Code
  • Урок 76. 00:05:43
    Fetch Response Header Values
  • Урок 77. 00:07:04
    Fetch Response Content - using Json Path
  • Урок 78. 00:04:55
    Fetch Response Content - using Advance Json Path
  • Урок 79. 00:04:41
    Delete User
  • Урок 80. 00:08:30
    Create New Resource - POST Request - Part1
  • Урок 81. 00:05:53
    Create New Resource - POST Request - Part2
  • Урок 82. 00:06:05
    Update Resource on Server : UPDATE Method
  • Урок 83. 00:03:55
    Add Customised Header
  • Урок 84. 00:04:48
    Add Parameters
  • Урок 85. 00:04:50
    PyTest Introduction
  • Урок 86. 00:02:54
    Pre-requisite to learn Pytest
  • Урок 87. 00:00:54
    Pytest Installation : pip install pytest
  • Урок 88. 00:06:46
    Write Test Case in Pytest format
  • Урок 89. 00:11:21
    Skip Test Cases | Execute test cases conditionally
  • Урок 90. 00:05:07
    Grouping Test Cases
  • Урок 91. 00:08:53
    Fixtures
  • Урок 92. 00:03:42
    Assertions
  • Урок 93. 00:07:23
    Write and Execute Code using Pytest
  • Урок 94. 00:11:00
    Conditional Execution + Fixture
  • Урок 95. 00:05:01
    Grouping TestCases Together
  • Урок 96. 00:08:03
    Add new Data | Post Request
  • Урок 97. 00:05:46
    Fetch Student Data | GET Request
  • Урок 98. 00:03:27
    Update Student Data | PUT Request
  • Урок 99. 00:03:01
    Delete Student Data | DELETE Request
  • Урок 100. 00:15:13
    End to End Test Case
  • Урок 101. 00:07:21
    Request Chaining
  • Урок 102. 00:05:09
    Basic Authentication
  • Урок 103. 00:09:08
    oAuth Authentication
  • Урок 104. 00:06:55
    Create Test Case to Execute with Single Data
  • Урок 105. 00:14:21
    Read Data from Excel and use it in Test Case
  • Урок 106. 00:08:00
    Write Data Driven Test Case - Multiple File - Part 1
  • Урок 107. 00:07:43
    Write Data Driven Test Case - Multiple File - Part 2
  • Урок 108. 00:07:26
    Write Data Driven Test Case - Multiple File - Part 3
  • Урок 109. 00:13:56
    Allure Introduction & Setup
  • Урок 110. 00:03:46
    Generate JSON formatted reports
  • Урок 111. 00:02:43
    Convert JSON Report to HTML Report
  • Урок 112. 00:08:33
    Introduction to Git & GitHub
  • Урок 113. 00:05:35
    Setup Git and GitHub
  • Урок 114. 00:03:28
    Configure GIT with Username and Email
  • Урок 115. 00:03:27
    Create Local Repository
  • Урок 116. 00:06:06
    Commit File to Local Repository
  • Урок 117. 00:04:29
    Undo Files from Stage to Untrack
  • Урок 118. 00:02:49
    Check and Discard Changes
  • Урок 119. 00:03:49
    Push Code to Remote Repository
  • Урок 120. 00:03:21
    Clone Repository
  • Урок 121. 00:04:04
    Create Batch File
  • Урок 122. 00:06:20
    Push Code to Remote Repository
  • Урок 123. 00:05:36
    Step 1 : Setup Java
  • Урок 124. 00:06:45
    Step 2 : Download Jenkins War & Setup Plugins
  • Урок 125. 00:08:53
    Step 3 : Configure Paths on Jenkins
  • Урок 126. 00:04:45
    Step 4 : Setup Allure Reporting Options
  • Урок 127. 00:03:34
    Fetch Code from Github
  • Урок 128. 00:03:26
    Setup Environment Variable
  • Урок 129. 00:04:15
    Run batch file to install library
  • Урок 130. 00:04:00
    Execute Test Case using Pytest
  • Урок 131. 00:07:11
    Generate Allure Report
  • Урок 132. 00:08:03
    Introduction to Robot Framework
  • Урок 133. 00:02:38
    Advantage of Robot Framework
  • Урок 134. 00:04:53
    Test Libraries
  • Урок 135. 00:03:06
    Installation Roadmap
  • Урок 136. 00:02:16
    Installation Step 3: Setup Intellibot Plugin
  • Урок 137. 00:03:37
    Installation Step 4: Configure PIP
  • Урок 138. 00:02:40
    Installation Step 5: Setup Library using PIP
  • Урок 139. 00:04:17
    Installation Step 6: Install JSON Library
  • Урок 140. 00:03:12
    Different Files in Robot Framework
  • Урок 141. 00:06:35
    Sections in Robot file
  • Урок 142. 00:05:18
    Rules to be Followed in Robot TestCases
  • Урок 143. 00:05:36
    Define and Use Variables
  • Урок 144. 00:09:13
    Write First Test Case - Get Request
  • Урок 145. 00:10:55
    Get Request & Validate Status Code
  • Урок 146. 00:11:56
    Validate content using JSON Path
  • Урок 147. 00:13:40
    GET Request with Parameters
  • Урок 148. 00:08:19
    Delete Data | Delete Request
  • Урок 149. 00:10:38
    Add new Data | Post Request
  • Урок 150. 00:06:45
    Update Data | Put Request
  • Урок 151. 00:12:23
    End to End Scenario - Part 1
  • Урок 152. 00:08:49
    End to End Scenario - Part 2
  • Урок 153. 00:04:50
    Write Keywords in TestCase File- Using Existing Keywords
  • Урок 154. 00:08:06
    Write Keywords in Resource File- With Argument
  • Урок 155. 00:03:54
    Write Keywords in Resource File- With Argument and Return Value
  • Урок 156. 00:11:18
    Write Keywords in Resource File- Using Python Programming
  • Урок 157. 00:05:41
    Reports in Robot Framework
  • Урок 158. 00:12:16
    Work with TestSuites
  • Урок 159. 00:09:55
    Documentation and Timeout
  • Урок 160. 00:09:32
    Setup and TearDown
  • Урок 161. 00:13:10
    Control Execution through Tags