Take this Course
Install & Configure
Create Your First Script
Script Running Options
Make the Script More Readable
Course Materials
Course Content
Sections
Status
2
Install & Configure
The Win 7 installation process explained in great detail.
53 min
-
Overview
3 min
-
Command Line & Path Basics
10 min
-
Install Python & PIP
7 min
-
Install Robot Framework & Library
4 min
-
Revert to older SeleniumLibrary
4 min
-
Install Desired Browsers
1.5 min
-
Install Selenium Web Drivers
6 min
-
Install PyCharm IDE + Robot Plugin
4 min
-
Create Base Scripts Directory
5 min
-
Navigating & Searching Your Script Files
4 min
- Overview 3 min
- Command Line & Path Basics 10 min
- Install Python & PIP 7 min
- Install Robot Framework & Library 4 min
- Revert to older SeleniumLibrary 4 min
- Install Desired Browsers 1.5 min
- Install Selenium Web Drivers 6 min
- Install PyCharm IDE + Robot Plugin 4 min
- Create Base Scripts Directory 5 min
- Navigating & Searching Your Script Files 4 min
3
Create Your First Script
You'll be amazed how easily you can use a few plain English keywords to automate a web browser.
45 min
-
Overview
5 min
-
Organizing Project Files
3 min
-
Sections of the Script File
4 min
-
IMPORTANT: Selenium2Library vs. SeleniumLibrary
2 min
-
Write Steps- Part 1
4 min
-
An Important IE Precondition Setting
5 min
-
Run the Script on Different Browsers
6 min
-
Examine the Great Results File
2 min
-
Write Steps- Part 2
6 min
-
Locators Primer
13 min
- Overview 5 min
- Organizing Project Files 3 min
- Sections of the Script File 4 min
- IMPORTANT: Selenium2Library vs. SeleniumLibrary 2 min
- Write Steps- Part 1 4 min
- An Important IE Precondition Setting 5 min
- Run the Script on Different Browsers 6 min
- Examine the Great Results File 2 min
- Write Steps- Part 2 6 min
- Locators Primer 13 min
4
Script Running Options
Let's look at several ways we can run a script, on-demand or scheduled!
35 min
-
Overview
1.5 min
-
New Term: Robot vs. Pybot
1 min
-
Run from Pycharm
2 min
-
Run from a Command Window
2 min
-
Run from a Batch File
3 min
-
Run from the Task Scheduler
3.5 min
-
Run on SauceLabs.com Browsers
3 min
-
Run & Schedule from Jenkins
7 min
-
Run Multiple Suites
6 min
-
Run a Single Test Case
6 min
-
Advanced Run Options
2 min
- Overview 1.5 min
- New Term: Robot vs. Pybot 1 min
- Run from Pycharm 2 min
- Run from a Command Window 2 min
- Run from a Batch File 3 min
- Run from the Task Scheduler 3.5 min
- Run on SauceLabs.com Browsers 3 min
- Run & Schedule from Jenkins 7 min
- Run Multiple Suites 6 min
- Run a Single Test Case 6 min
- Advanced Run Options 2 min
5
Make the Script More Readable
Good test automation is easy for anyone to understand. Let's use keywords, variables, and page objects to add clarity.
63 min
-
Overview
7 min
-
Preview of Final Solution
6 min
-
Style: Procedural vs. Gherkin
3 min
-
Introducing User-Defined Keywords
5.5 min
-
Break the Script into Keywords
7.5 min
-
Moving Keywords to Resource Files
8 min
-
Adding Set Up and Tear Down
6 min
-
Overview of Page Objects
8 min
-
Demo: Create a Page Object
4 min
-
Increase Readability Using Gherkin
8 min
- Overview 7 min
- Preview of Final Solution 6 min
- Style: Procedural vs. Gherkin 3 min
- Introducing User-Defined Keywords 5.5 min
- Break the Script into Keywords 7.5 min
- Moving Keywords to Resource Files 8 min
- Adding Set Up and Tear Down 6 min
- Overview of Page Objects 8 min
- Demo: Create a Page Object 4 min
- Increase Readability Using Gherkin 8 min