-
Урок 1.
00:01:49
Overview of Robot Framework Level 2
-
Урок 2.
00:05:33
Getting Help from Other Robot Framework Users
-
Урок 3.
00:01:15
PyCharm "Find Usages" Feature
-
Урок 4.
00:02:57
PyCharm "TODO" Feature
-
Урок 5.
00:05:12
Advanced Command Line Options
-
Урок 6.
00:02:30
Force Test Execution Order
-
Урок 7.
00:02:52
Randomize Test Execution Order
-
Урок 8.
00:05:26
Get More Detailed Logs
-
Урок 9.
00:01:57
Automatic Variables
-
Урок 10.
00:02:54
Return Values from Keywords
-
Урок 11.
00:04:51
Create Custom Keyword Libraries
-
Урок 12.
00:01:57
Overview
-
Урок 13.
00:01:41
Updating Python & PIP
-
Урок 14.
00:01:34
Examine and Capture Current Library Versions
-
Урок 15.
00:04:44
Update Robot Framework Related Libraries
-
Урок 16.
00:01:38
Update Browsers and Check the System
-
Урок 17.
00:02:59
Update Webdrivers and Check the System
-
Урок 18.
00:01:01
What to Do If You Have Problems
-
Урок 19.
00:05:33
Updating Your IDE & Plugin
-
Урок 20.
00:00:56
Overview
-
Урок 21.
00:06:48
HTML/CSS/Bootstrap Overview
-
Урок 22.
00:07:23
HTML Tags
-
Урок 23.
00:03:06
HTML Attributes
-
Урок 24.
00:03:38
CSS
-
Урок 25.
00:09:01
Bootstrap
-
Урок 26.
00:03:10
Summary
-
Урок 27.
00:02:25
Locator selection tool intro
-
Урок 28.
00:08:16
Basic Locators Overview & Demo
-
Урок 29.
00:04:04
The Importance of Using Specific Locators
-
Урок 30.
00:10:10
Real-World Locator Troubleshooting Example
-
Урок 31.
00:01:11
Overview
-
Урок 32.
00:11:25
Basic XPath and CSS Syntax
-
Урок 33.
00:08:25
Absolute Parent:Child Relationships (XPath & CSS)
-
Урок 34.
00:09:45
Relative Parent:Child Relationships (XPath & CSS)
-
Урок 35.
00:04:05
Partial Locators- Starts With (XPath & CSS)
-
Урок 36.
00:02:11
Partial Locators- Ends With (XPath & CSS)
-
Урок 37.
00:08:04
Partial Locators- Contains (XPath & CSS)
-
Урок 38.
00:05:08
Scenario: Finding and Using Multiple Elements
-
Урок 39.
00:00:53
Overview
-
Урок 40.
00:05:00
If/Else: Making Decisions
-
Урок 41.
00:15:55
Loops
-
Урок 42.
00:03:40
Dictionary Overview
-
Урок 43.
00:06:00
Dictionary Practical Example - Site URLs
-
Урок 44.
00:12:02
Dictionary Practical Example - Test User Data
-
Урок 45.
00:06:14
Overview
-
Урок 46.
00:08:00
Tour the Starter Project
-
Урок 47.
00:11:54
Built-In Capabilities
-
Урок 48.
00:02:00
Overview of the steps
-
Урок 49.
00:02:46
Create the CSV data file
-
Урок 50.
00:04:16
Create a custom CSV parsing library
-
Урок 51.
00:03:04
Create our "Data Manager"
-
Урок 52.
00:03:27
Call the Data Manager from our script
-
Урок 53.
00:04:00
Create the looping app keyword file
-
Урок 54.
00:01:48
Refactor data entry steps to use list indexes
-
Урок 55.
00:05:03
Run and debug
-
Урок 56.
00:01:00
Add error handling
-
Урок 57.
00:02:39
Overview
-
Урок 58.
00:01:04
Scenario Overview
-
Урок 59.
00:05:00
Refactor with Directories
-
Урок 60.
00:05:31
Add a Simple Test for Site 2
-
Урок 61.
00:15:16
Create the Basic End to End Script
-
Урок 62.
00:04:48
Centralize the Browser & URL Variables