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