Introduction
About me
()
Overview of Robot Framework
()
Demo
()
What is a test automation framework?
()
Origin and history
()
Features and capabilities
()
Robot Framework vs. Selenium
()
1. Installation Overview and Preconditions
Installation overview
()
Command line and path basics
()
2. Windows 10 Installation
Install Python and pip
()
Install Robot Framework and SeleniumLibrary
()
Install desired browsers
()
Install WebDrivers
()
Install PyCharm IDE and Robot plugin
()
Create base scripts directory and project
()
Navigating and searching your script files
()
3. Creating Your First Script
Overview
()
Organizing your project files
()
Sections of the script file
()
Selenium2Library vs. SeleniumLibrary
()
Write test steps, part 1
()
An important IE precondition setting
()
Run the script on different browsers
()
Examine the great results files
()
Write test steps, part 2
()
Locators primer: Interact with web controls
()
4. Script Running Options
Overview
()
New term: Robot vs. pybot
()
Running from PyCharm
()
Running from a command window
()
Running from a batch file
()
Running from the Task Scheduler
()
Running on SauceLabs.com browsers
()
Running and scheduling from Jenkins
()
Running multiple suites
()
Running a single test case
()
Advanced run options
()
5. Make the Script More Readable
Overview
()
Preview of final solution
()
Style: Procedural vs. Gherkin
()
Introducing user-defined keywords
()
Break the script into keywords
()
Moving keywords to resource files
()
Adding setup and tear down
()
Overview of page objects
()
Demo: Create a page object
()
Increase readability using Gherkin
()
6. Use Variables to Centralize Data
Overview
()
Preview of final solution
()
Scalar variables
()
List variables
()
Variable scope
()
Passing variables to keywords
()
Modify your project with variables
()
Supply script input data at runtime
()
7. Semantic Sugar
Overview
()
Refactoring page object locators
()
Adding quotes for clarity
()
8. Challenge: Create a Test Suite from Start to Finish
Overview
()
Part 1: You do it
()
Part 1: I do it
()
Part 2: You do it
()
Part 2: I do it
()
Part 3: You do it
()
Part 3: I do it
()
9. Exploring the Robot Framework Libraries
Overview
()
BuiltIn: Log, verifications, repeat
()
Dialogs: Pause for manual steps and data entry
()
OperatingSystem: Folders and files
()
Database: MS SQL and MySQL
()
API
()
XML
()
SeleniumLibrary
()
String
()
Ex_Files_Robot_LVL_1_Selenium.zip
(4.5 MB)