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