Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Robot Framework (Selenium) from Industry Experts|22+hr, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:08:03
    Introduction to Robot Framework
  • Урок 2. 00:04:53
    Test Libraries
  • Урок 3. 00:03:24
    *** Course Architecture : Must for Everyone ***
  • Урок 4. 00:01:24
    Installation Roadmap
  • Урок 5. 00:03:48
    Setup Python on Windows Machine
  • Урок 6. 00:03:52
    Setup Pycharm: Editor for Python Programming
  • Урок 7. 00:02:16
    Install Intellibot Plugin on Pycharm
  • Урок 8. 00:02:53
    Package Installation Manager : PIP
  • Урок 9. 00:02:44
    Install Robot Framework and Selenium Package
  • Урок 10. 00:11:41
    Create Project Structure
  • Урок 11. 00:12:50
    Start Writing Test Case
  • Урок 12. 00:03:27
    Plugin for AutoComplete Suggestions
  • Урок 13. 00:06:12
    What is Element Locator
  • Урок 14. 00:09:25
    Understand basics of HTML
  • Урок 15. 00:03:40
    Locate Element By Id
  • Урок 16. 00:02:45
    Locate Element By Name
  • Урок 17. 00:02:54
    Locate Element by Link
  • Урок 18. 00:03:36
    Locate Element using CSS - Syntax 1
  • Урок 19. 00:02:55
    Locate Element using CSS - Syntax 2
  • Урок 20. 00:02:51
    Locate Element using CSS - Syntax 3
  • Урок 21. 00:02:46
    Locate Element using CSS - Syntax 4
  • Урок 22. 00:02:15
    Locate Element using CSS - Syntax 5
  • Урок 23. 00:05:09
    Locate Element by Xpath - Syntax 1
  • Урок 24. 00:04:53
    Locate Element by Xpath - Syntax 2
  • Урок 25. 00:02:20
    Locate Element by Xpath - Syntax 3
  • Урок 26. 00:03:01
    Locate Element by Xpath - Syntax 4
  • Урок 27. 00:03:04
    Locate Element by Xpath - Syntax 5
  • Урок 28. 00:02:49
    Locate Element by Xpath - Syntax 6
  • Урок 29. 00:02:21
    Locate Element by Xpath - Syntax 7
  • Урок 30. 00:06:42
    Locate Element by Xpath - Syntax 8
  • Урок 31. 00:03:12
    Locate Element by Xpath - Syntax 9
  • Урок 32. 00:03:31
    Locate Element by Xpath - Syntax 10
  • Урок 33. 00:04:42
    Locate Element by Xpath - Syntax 11
  • Урок 34. 00:08:18
    Work on TextBox
  • Урок 35. 00:08:58
    Work on Radio Button | Checkbox | Link | Button
  • Урок 36. 00:06:10
    Work on List or Dropdown
  • Урок 37. 00:06:34
    Write Keywords in Test Case - With Argument | Without Argument
  • Урок 38. 00:02:48
    Define and Display Variables
  • Урок 39. 00:05:22
    Define and Use List
  • Урок 40. 00:04:29
    Running a For Loop
  • Урок 41. 00:05:31
    Conditionally RunKeyword
  • Урок 42. 00:07:41
    Set Selenium Speed & Sleep
  • Урок 43. 00:04:01
    Set & Get Selenium Timeout
  • Урок 44. 00:05:51
    Implicitly Wait
  • Урок 45. 00:03:56
    Take Screenshot at Runtime
  • Урок 46. 00:02:29
    Close All Browsers
  • Урок 47. 00:03:54
    Goto | Go Back | Get Location
  • Урок 48. 00:04:21
    Execute JavaScript at Runtime
  • Урок 49. 00:06:13
    Perform Mouse Operaions
  • Урок 50. 00:03:59
    Perform Keyboard Operations
  • Урок 51. 00:08:08
    Wait Keyword Commands
  • Урок 52. 00:07:14
    Handle Multiple Browser
  • Урок 53. 00:09:35
    Handle Multiple Tabs
  • Урок 54. 00:05:01
    Page Contains & Page should not contains
  • Урок 55. 00:04:06
    Page should contains element
  • Урок 56. 00:02:32
    Validate Checkbox
  • Урок 57. 00:05:14
    Validate Text on Element
  • Урок 58. 00:04:38
    Validate Title / Element Enable / Visible
  • Урок 59. 00:10:34
    User defined Keyword without Argument
  • Урок 60. 00:06:19
    User defined Keyword with Argument
  • Урок 61. 00:07:09
    User defined Keyword with Argument & Return Value
  • Урок 62. 00:04:03
    Add Documentations
  • Урок 63. 00:06:52
    Add Timeouts
  • Урок 64. 00:11:59
    Setup & TearDown
  • Урок 65. 00:08:10
    Generate Relative Path for Files
  • Урок 66. 00:13:59
    Test Suites in Robot Framework
  • Урок 67. 00:10:43
    Write Before Suite & After Suite for Folder/Sub Folder (Test Suite)
  • Урок 68. 00:08:49
    Add Tags to Test Cases
  • Урок 69. 00:06:26
    Default & Forced Tags
  • Урок 70. 00:07:43
    Execute Test Cases by Tags
  • Урок 71. 00:05:24
    Execute Test Cases by Tags - Advance Options
  • Урок 72. 00:04:35
    Set Output Folder | Report Folder | Log Folder
  • Урок 73. 00:03:28
    First Python Code
  • Урок 74. 00:02:33
    Take User Input
  • Урок 75. 00:02:58
    Continuation and Multiline
  • Урок 76. 00:02:18
    Standard datatypes
  • Урок 77. 00:02:34
    Variables in Python
  • Урок 78. 00:10:55
    Condition Handling - If - Else
  • Урок 79. 00:07:37
    Multiple Condition Handling
  • Урок 80. 00:05:11
    Nested Condition Handling
  • Урок 81. 00:04:14
    Condition Handling with Logical OR
  • Урок 82. 00:04:12
    Condition Handling with Logical AND
  • Урок 83. 00:01:51
    Condition Handling with Not Operations
  • Урок 84. 00:02:31
    Introduction of Loops
  • Урок 85. 00:05:38
    For Loop with Final Range
  • Урок 86. 00:07:51
    For Loop with initial and final range
  • Урок 87. 00:02:50
    For loop with increment value
  • Урок 88. 00:04:23
    For loop with decrement value
  • Урок 89. 00:06:31
    For loop with list
  • Урок 90. 00:05:16
    While Loop with increments
  • Урок 91. 00:03:25
    While loop with decrement
  • Урок 92. 00:05:31
    Break Statement
  • Урок 93. 00:03:22
    Continue Statement
  • Урок 94. 00:02:03
    Else Statement
  • Урок 95. 00:10:58
    What is String and basic operations
  • Урок 96. 00:05:59
    String : Fetch Substring
  • Урок 97. 00:05:11
    Common String Functions - Part 1
  • Урок 98. 00:02:45
    Common String Functions - Part 2
  • Урок 99. 00:05:23
    Common String Functions - Part 3
  • Урок 100. 00:05:14
    Common String Functions - Part 4
  • Урок 101. 00:08:12
    Compare 2 Strings in Python
  • Урок 102. 00:09:23
    List
  • Урок 103. 00:03:32
    List function
  • Урок 104. 00:06:34
    Tuple
  • Урок 105. 00:05:55
    Tuple advance operations
  • Урок 106. 00:05:59
    Dictionary basics
  • Урок 107. 00:02:45
    Dictionary Methods
  • Урок 108. 00:07:03
    Functions Basics
  • Урок 109. 00:07:01
    Different types of functions
  • Урок 110. 00:05:32
    Functions with return value
  • Урок 111. 00:09:42
    Different types of arguments
  • Урок 112. 00:03:56
    Rules to create functions
  • Урок 113. 00:09:16
    Fetch Data at Runtime - Part 1
  • Урок 114. 00:05:58
    Fetch Data at Runtime - Part 2
  • Урок 115. 00:06:29
    Fetch Data at Runtime - Part 3
  • Урок 116. 00:07:23
    User defined Keyword without Argument - Part 1
  • Урок 117. 00:06:00
    User defined Keyword without Argument - Part 2
  • Урок 118. 00:05:23
    User defined Keyword with Argument
  • Урок 119. 00:05:35
    User defined Keyword with Argument & Return Value
  • Урок 120. 00:05:44
    Create first class
  • Урок 121. 00:06:10
    Functions in Class
  • Урок 122. 00:05:08
    Constructors
  • Урок 123. 00:04:54
    Why and Where we use constructors
  • Урок 124. 00:05:42
    Create Object in another file
  • Урок 125. 00:05:44
    What is Module
  • Урок 126. 00:07:59
    How to Use Modules
  • Урок 127. 00:06:44
    Creating Project Structure
  • Урок 128. 00:10:17
    Difference between import and from-import
  • Урок 129. 00:05:09
    What is Exception and Exception Handling
  • Урок 130. 00:05:24
    Handle Exception using try, exception and finally
  • Урок 131. 00:07:29
    Install Module | Move to Sheet Level
  • Урок 132. 00:05:58
    Read one Cell Data
  • Урок 133. 00:07:02
    Read All Rows & Cells Data
  • Урок 134. 00:08:31
    Write Data to Excel
  • Урок 135. 00:06:15
    JSON Basic Understanding
  • Урок 136. 00:07:56
    JSON Path Basics
  • Урок 137. 00:05:28
    JSON Path Advance
  • Урок 138. 00:02:27
    Work with JSON
  • Урок 139. 00:11:51
    Fetch & Validate JSON Response
  • Урок 140. 00:17:00
    Read Element Locators from JSON file
  • Урок 141. 00:05:54
    Write Test Cases in BDD format
  • Урок 142. 00:14:27
    Step 1 : Read data from Excel
  • Урок 143. 00:16:39
    Step 3: Use data in our testcase
  • Урок 144. 00:03:50
    End to End Installation of Robot Framework with Ride- Part1
  • Урок 145. 00:06:22
    End to End Installation of Robot Framework with Ride- Part2
  • Урок 146. 00:04:47
    End to End Installation of Robot Framework with Ride- Part3
  • Урок 147. 00:05:46
    Understand RIDE Environment
  • Урок 148. 00:04:27
    Import Libraries
  • Урок 149. 00:03:54
    Variables
  • Урок 150. 00:06:34
    First Test Case : On Chrome Browser : Part-1
  • Урок 151. 00:03:28
    First Test Case : On Chrome Browser : Part-2
  • Урок 152. 00:06:39
    Browser Keywords : Maximise - Navigate to Page - Go Back and Close
  • Урок 153. 00:03:51
    Scalers
  • Урок 154. 00:03:36
    List
  • Урок 155. 00:04:10
    Dictionary
  • Урок 156. 00:03:35
    Understand Colour Coding
  • Урок 157. 00:04:44
    Setup Selenium IDE for highlighting elements
  • Урок 158. 00:05:51
    What is Element Locator
  • Урок 159. 00:06:57
    Working on List and Dropdown
  • Урок 160. 00:01:47
    Working on Links
  • Урок 161. 00:04:32
    Working on Checkbox
  • Урок 162. 00:01:51
    Working on Radio Button
  • Урок 163. 00:02:03
    Working on Image
  • Урок 164. 00:05:57
    Keywords : Types of Keywords
  • Урок 165. 00:05:32
    Programming Prerequisite
  • Урок 166. 00:04:11
    Python Basics
  • Урок 167. 00:06:51
    Python and Pydev setup
  • Урок 168. 00:07:48
    Python Programming Kickoff
  • Урок 169. 00:04:13
    Python Programming Guidelines
  • Урок 170. 00:05:28
    Variables in Python
  • Урок 171. 00:12:54
    Working with String
  • Урок 172. 00:03:34
    Loops in Python
  • Урок 173. 00:13:54
    Functions
  • Урок 174. 00:17:25
    Inheritance
  • Урок 175. 00:09:47
    Condition Handling in Python
  • Урок 176. 00:02:54
    Dictionary in Python
  • Урок 177. 00:04:37
    Exception Handling
  • Урок 178. 00:06:04
    Class in Python
  • Урок 179. 00:04:02
    List
  • Урок 180. 00:03:47
    Tuples
  • Урок 181. 00:05:18
    Module
  • Урок 182. 00:05:21
    File Read/Write
  • Урок 183. 00:05:20
    Excel read
  • Урок 184. 00:03:24
    Excel Write
  • Урок 185. 00:05:56
    Define Project Structure
  • Урок 186. 00:02:11
    User Defined Keywords
  • Урок 187. 00:07:15
    Create user defined keywords by Python script
  • Урок 188. 00:08:38
    Create User defined keyword from existing keywords
  • Урок 189. 00:04:51
    Create User defined keyword from existing keywords + User keywords
  • Урок 190. 00:13:07
    Setup and TearDown
  • Урок 191. 00:02:53
    Set Selenium Execution Speed
  • Урок 192. 00:01:40
    Pause between 2 steps
  • Урок 193. 00:06:28
    Wait for Element Search
  • Урок 194. 00:09:36
    Wait for Property of Element/Page
  • Урок 195. 00:02:19
    Get Page Title
  • Урок 196. 00:02:10
    Get Page Source
  • Урок 197. 00:03:08
    Get Inner Text
  • Урок 198. 00:02:37
    Get Attribute Value
  • Урок 199. 00:03:53
    Get List Data
  • Урок 200. 00:02:20
    Get Selenium Speed
  • Урок 201. 00:01:44
    Get Element
  • Урок 202. 00:05:32
    Should be Keywords
  • Урок 203. 00:05:19
    Validate Element on Page
  • Урок 204. 00:06:34
    Validate text on Element
  • Урок 205. 00:05:52
    Tags and Execution using tags
  • Урок 206. 00:03:02
    Integration with Jenkins Roadmap
  • Урок 207. 00:08:33
    Introduction to Git & GitHub
  • Урок 208. 00:05:35
    Setup Git and GitHub
  • Урок 209. 00:03:28
    Configure GIT with Username and Email
  • Урок 210. 00:03:27
    Create Local Repository
  • Урок 211. 00:06:06
    Commit File to Local Repository
  • Урок 212. 00:04:29
    Undo Files from Stage to Untrack
  • Урок 213. 00:02:49
    Check and Discard Changes
  • Урок 214. 00:03:49
    Push Code to Remote Repository
  • Урок 215. 00:03:21
    Clone Repository
  • Урок 216. 00:03:06
    Check Projects
  • Урок 217. 00:08:05
    Create Batch File for Libraries
  • Урок 218. 00:11:06
    Push Code to Remote Repository
  • Урок 219. 00:05:36
    Step 1 : Setup Java
  • Урок 220. 00:06:45
    Step 2 : Download Jenkins War & Setup Plugins
  • Урок 221. 00:08:53
    Step 3 : Configure Paths on Jenkins
  • Урок 222. 00:04:45
    Step 4 : Setup Allure Reporting Options
  • Урок 223. 00:02:35
    Job to fetch code from Github
  • Урок 224. 00:02:23
    Set Environment variable and run batch file
  • Урок 225. 00:09:30
    Execute Jenkins job with Pytest
  • Урок 226. 00:07:17
    Generate Allure Report and Upload on Jenkins
  • Урок 227. 00:04:58
    Update & Generate Allure Report