1. Урок 1. 00:00:44
    About Me
  2. Урок 2. 00:00:35
    Overview of Robot Framework Level 1
  3. Урок 3. 00:04:35
    Demo
  4. Урок 4. 00:02:06
    What is a Test Automation Framework?
  5. Урок 5. 00:00:44
    Origin & History
  6. Урок 6. 00:01:18
    Features & Capabilities
  7. Урок 7. 00:02:59
    Robot Framework vs. Selenium
  8. Урок 8. 00:02:26
    Installation Overview
  9. Урок 9. 00:10:01
    Command Line & Path Basics
  10. Урок 10. 00:06:20
    Install Python and PIP
  11. Урок 11. 00:04:17
    Install Robot Framework & Selenium Library
  12. Урок 12. 00:04:18
    Revert to Older SeleniumLibrary
  13. Урок 13. 00:01:32
    Install Desired Browsers
  14. Урок 14. 00:06:21
    Install Webdrivers
  15. Урок 15. 00:04:19
    Install Pycharm IDE + Robot Plugin
  16. Урок 16. 00:04:55
    Create Base Scripts Directory and Project
  17. Урок 17. 00:04:19
    Navigating & Searching Your Script Files
  18. Урок 18. 00:04:54
    Overview
  19. Урок 19. 00:03:07
    Organizing Your Project Files
  20. Урок 20. 00:03:55
    Sections of the Script File
  21. Урок 21. 00:01:31
    Selenium2Library vs. SeleniumLibrary
  22. Урок 22. 00:04:25
    Write Test Steps- Part 1
  23. Урок 23. 00:01:47
    An Important IE Precondition Setting
  24. Урок 24. 00:06:30
    Run the Script on Different Browsers
  25. Урок 25. 00:01:49
    Examine the Great Results Files
  26. Урок 26. 00:05:44
    Write Test Steps- Part 2
  27. Урок 27. 00:12:05
    Locators Primer - How to Interact with Web Controls
  28. Урок 28. 00:01:25
    Overview
  29. Урок 29. 00:00:50
    New Term: Robot vs. Pybot
  30. Урок 30. 00:01:42
    Running from Pycharm
  31. Урок 31. 00:01:29
    Running from a Command Window
  32. Урок 32. 00:02:51
    Running from a Batch File
  33. Урок 33. 00:03:31
    Running from the Task Scheduler
  34. Урок 34. 00:03:01
    Running on SauceLabs.com Browsers
  35. Урок 35. 00:06:43
    Running & Scheduling from Jenkins
  36. Урок 36. 00:05:25
    Running Multiple Suites
  37. Урок 37. 00:05:24
    Running a Single Test Case
  38. Урок 38. 00:01:11
    Advanced Run Options
  39. Урок 39. 00:06:52
    Overview
  40. Урок 40. 00:06:10
    Preview of Final Solution
  41. Урок 41. 00:03:12
    Style: Procedural vs. Gherkin
  42. Урок 42. 00:05:21
    Introducing User-Defined Keywords
  43. Урок 43. 00:07:19
    Break the Script into Keywords
  44. Урок 44. 00:07:48
    Moving Keywords to Resource Files
  45. Урок 45. 00:05:37
    Adding Set Up and Tear Down
  46. Урок 46. 00:07:48
    Overview of Page Objects
  47. Урок 47. 00:04:08
    Demo: Create a Page Object
  48. Урок 48. 00:07:44
    Increase Readability Using Gherkin
  49. Урок 49. 00:04:45
    Overview
  50. Урок 50. 00:04:13
    Preview of Final Solution
  51. Урок 51. 00:06:09
    Scalar Variables
  52. Урок 52. 00:05:53
    List Variables
  53. Урок 53. 00:08:49
    Variable Scope
  54. Урок 54. 00:07:07
    Passing Variables to Keywords
  55. Урок 55. 00:07:03
    Modify Our Project with Variables
  56. Урок 56. 00:03:16
    Supplying Script Input Data at Runtime
  57. Урок 57. 00:01:53
    Overview
  58. Урок 58. 00:11:01
    Refactoring Page Object Locators
  59. Урок 59. 00:10:45
    Adding Quotes for Clarity
  60. Урок 60. 00:04:43
    Overview
  61. Урок 61. 00:01:13
    PART 1: You Do It
  62. Урок 62. 00:07:14
    PART 1: I Do It
  63. Урок 63. 00:01:04
    PART 2 - You Do It
  64. Урок 64. 00:07:13
    PART 2: I Do It
  65. Урок 65. 00:01:00
    PART 3 - You Do It
  66. Урок 66. 00:22:09
    PART 3 - I Do It
  67. Урок 67. 00:01:42
    Overview
  68. Урок 68. 00:09:40
    BuiltIn (Log, Verifications, Repeat)
  69. Урок 69. 00:05:22
    Dialogs (Pause for Manual Steps/Data Entry
  70. Урок 70. 00:06:48
    OperatingSystem (Folders & Files)
  71. Урок 71. 00:14:49
    Database (MS SQL, MySQL)
  72. Урок 72. 00:11:42
    API
  73. Урок 73. 00:12:03
    XML
  74. Урок 74. 00:03:21
    SeleniumLibrary
  75. Урок 75. 00:02:00
    String
  76. Урок 76. 00:03:10
    Overview