Section 1 : Welcome

Lecture 1 Overview of Robot Framework Level 2 00:01:48 Duration

Section 2 : Quickly Turbocharge Your Level 1 Skills

Lecture 1 Getting Help from Other Robot Framework Users 00:05:33 Duration
Lecture 2 PyCharm Find Usages Feature 00:01:15 Duration
Lecture 3 PyCharm TODO Feature 00:02:56 Duration
Lecture 4 Advanced Command Line Options 00:05:11 Duration
Lecture 5 Force Test Execution Order 00:02:29 Duration
Lecture 6 Randomize Test Execution Order 00:02:51 Duration
Lecture 7 Get More Detailed Logs
Lecture 8 Automatic Variables 00:01:56 Duration
Lecture 9 Return Values from Keywords 00:02:53 Duration
Lecture 10 Create Custom Keyword Libraries 00:04:50 Duration

Section 3 : Keeping Your Tools Up to Date

Lecture 1 Overview 00:01:57 Duration
Lecture 2 Updating Python & PIP 00:01:40 Duration
Lecture 3 Examine and Capture Current Library Versions 00:01:34 Duration
Lecture 4 Update Robot Framework Related Libraries 00:04:43 Duration
Lecture 5 Update Browsers and Check the System
Lecture 6 Update Webdrivers and Check the System 00:02:58 Duration
Lecture 7 What to Do If You Have Problems 00:01:00 Duration
Lecture 8 Updating Your IDE & Plugin 00:05:32 Duration

Section 4 : Web Locators - Preconditions

Lecture 1 Overview 00:00:55 Duration
Lecture 2 HTMLCSSBootstrap Overview 00:07:23 Duration
Lecture 3 HTML Tags 00:06:47 Duration
Lecture 4 HTML Attributes 00:03:06 Duration
Lecture 5 CSS 00:03:38 Duration
Lecture 6 Bootstrap 00:09:00 Duration
Lecture 7 Summary 00:03:10 Duration

Section 5 : Web Locators - Fundamentals

Lecture 1 Locator selection tool intro 00:02:24 Duration
Lecture 2 Basic Locators Overview & Demo 00:08:15 Duration
Lecture 3 The Importance of Using Specific Locators 00:04:03 Duration
Lecture 4 Real-World Locator Troubleshooting Example 00:10:09 Duration

Section 6 : Web Locators - Advanced

Lecture 1 Overview 00:01:11 Duration
Lecture 2 Basic XPath and CSS Syntax 00:11:25 Duration
Lecture 3 Absolute ParentChild Relationships (XPath & CS 00:08:24 Duration
Lecture 4 Relative ParentChild Relationships (XPath & CS 00:09:44 Duration
Lecture 5 Partial Locators- Starts With (XPath & CSS) 00:04:04 Duration
Lecture 6 Partial Locators- Ends With (XPath & CSS) 00:02:11 Duration
Lecture 7 Partial Locators- Contains (XPath & CSS) 00:08:03 Duration
Lecture 8 Scenario Finding and Using Multiple Elements 00:05:07 Duration

Section 7 : Script Control Flow

Lecture 1 Overview 00:00:52 Duration
Lecture 2 IfElse Making Decisions 00:04:59 Duration
Lecture 3 Loops 00:15:55 Duration

Section 8 : Advanced Data Management

Lecture 1 Dictionary Overview 00:03:40 Duration
Lecture 2 Dictionary Practical Example - Site URLs 00:05:59 Duration
Lecture 3 Dictionary Practical Example - Test User Data 00:12:01 Duration

Section 9 : Data-Driven Tests Overview

Lecture 1 Overview 00:06:13 Duration
Lecture 2 Tour the Starter Project 00:08:00 Duration

Section 10 : Data-Driven Tests Built-In

Lecture 1 Built-In Capabilities 00:11:53 Duration

Section 11 : Data-Driven Tests CSV (Excel)

Lecture 1 Overview of the steps 00:02:00 Duration
Lecture 2 Create the CSV data file 00:02:46 Duration
Lecture 3 Create a custom CSV parsing library
Lecture 4 Create our Data Manager 00:03:04 Duration
Lecture 5 Call the Data Manager from our script 00:03:59 Duration
Lecture 6 Create the looping app keyword file 00:03:59 Duration
Lecture 7 Refactor data entry steps to use list indexes 00:01:48 Duration
Lecture 8 Run and debug 00:00:59 Duration
Lecture 9 Add error handling_1 00:00:59 Duration

Section 12 : Multi-App End to End Scenario

Lecture 1 Overview
Lecture 2 Scenario Overview 00:01:03 Duration
Lecture 3 Refactor with Directories 00:05:00 Duration
Lecture 4 Add a Simple Test for Site 2 00:05:31 Duration
Lecture 5 Create the Basic End to End Script 00:15:16 Duration
Lecture 6 Centralize the Browser & URL Variables