Selenium Test Automation: Mobile API and Database: Selenium Test Automation: Mobile, API and Database

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Introduction
-
1. Overview22s
-
2. Demo4m 42s
-
3. What is a Test Automation Framework?2m 5s
-
4. Origin & History42s
-
5. Features & Capabilities1m 16s
-
6. Robot Framework vs2m 59s
Installation Overview & Preconditions
-
1. Installation Overview1m 48s
-
2. Command Line & Path Basics10m 13s
Windows 10 Installation (newer content)
-
1. Install Python and PIP3m 41s
-
2. Install Robot Framework & Selenium Library3m 50s
-
3. Selenium Library Update- 8/20172m 7s
-
4. Install Desired Browsers1m 29s
-
5. Install Webdrivers6m 18s
-
6. Install Pycharm IDE + Robot Plugin4m 12s
-
7. Create Base Scripts Directory32s
-
8. Navigating & Searching Your Script Files4m 18s
Windows 7 Installation (older content)
-
1. Install Python & PIP3m 33s
-
2. Optional: Manual PIP Install3m 20s
-
3. Install Robot Framework & Libraries2m 4s
-
4. Selenium Library Update- 8/20172m 7s
-
5. Install Desired Browsers3m 55s
-
6. Install Selenium Web Drivers (IE and Chrome)3m 43s
-
7. Install Selenium Webdriver for Firefox1m 54s
-
8. Install PyCharm IDE + Robot Plugin3m 54s
-
9. Create Base Scripts Directory1m 43s
-
10. Navigating & Searching Your Script Files4m 18s
Creating Your First Script
-
1. Overview4m 54s
-
2. Organizing Your Project Files3m 7s
-
3. Sections of the Script File3m 56s
-
4. Write Test Steps- Part 14m 37s
-
5. Selenium Library Update - 8/20172m 7s
-
6. An Important IE Precondition Setting1m 48s
-
7. Run the Script on Different Browsers6m 31s
-
8. Examine the Great Results Files1m 49s
-
9. Write Test Steps- Part 25m 56s
-
10. Locators Primer - How to Interact with Web Controls12m 17s
Script Running Options
-
1. Overview1m 24s
-
2. New Term: Robot vs50s
-
3. Running from Pycharm1m 41s
-
4. Running from a Command Window1m 27s
-
5. Running from a Batch File2m 57s
-
6. Running from the Task Scheduler3m 30s
-
7. Running on SauceLabs.com Browsers3m 2s
-
8. Running & Scheduling from Jenkins6m 50s
-
9. Running Multiple Suites5m 25s
-
10. Running a Single Test Case5m 23s
-
11. Advanced Run Options1m 12s
Make the Script More Readable
-
1. Overview6m 36s
-
2. Preview of Final Solution6m 9s
-
3. Style: Procedural vs3m 12s
-
4. Introducing User-Defined Keywords5m 20s
-
5. Break the Script into Keywords7m 18s
-
6. Moving Keywords to Resource Files7m 47s
-
7. Adding Set Up and Tear Down5m 38s
-
8. Overview of Page Objects7m 46s
-
9. Demo: Create a Page Object4m 6s
-
10. Increase Readability Using Gherkin7m 42s
Use Variables to Centralize Data
-
1. Overview4m 45s
-
2. Preview of Final Solution4m 11s
-
3. Scalar Variables6m 7s
-
4. List Variables5m 51s
-
5. Variable Scope8m 47s
-
6. Passing Variables to Keywords7m 5s
-
7. Supplying Script Input Data at Runtime3m 14s
-
8. Modify Our Project with Variables7m 1s
Semantic Sugar
-
1. Overview1m 48s
-
2. Refactoring Page Object Locators11m
-
3. Adding Quotes for Clarity10m 44s
SCRIPTING CHALLENGE: Create a test suite from start to finish!
-
1. Overview4m 2s
-
2. PART 1: You Do It1m 12s
-
3. PART 1: I Do It7m 12s
-
4. PART 2 - You Do It1m 3s
-
5. PART 2: I Do It7m 12s
-
6. PART 3 - You Do It58s
-
7. PART 3 - I Do It22m 8s
Exploring the Robot Framework Libraries
-
1. Overview1m 39s
-
2. BuiltIn (Log, Verifications, Repeat)9m 37s
-
3. Dialogs (Pause for Manual Steps/Data Entry5m 19s
-
4. OperatingSystem (Folders & Files)6m 45s
-
5. Database (MS SQL, MySQL)14m 47s
-
6. API11m 41s
-
7. XML12m 1s
-
8. Selenium23m 18s
-
9. String1m 58s