Make sure you use the correct version of SeleniumLibrary.
It's currently May 2018…and the Robot Framework Team…has recently refactored the Selenium2Library…into what they now call the SeleniumLibrary.…The rest of this course was recorded at the time…when the Selenium2Library was still…what we were using for web testing.…So all the videos and all the script samples…are going to have references to Selenium2Library.…And I'll show you what I'm talking about.…If I right click on my first-script folder here…and select New File,…and call this MyTests.robot…and hit return,…you are going to see in the next couple of lectures…that the way we create a Robot Framework script…is by typing in Settings up here at the top…with a capital s and then a little bit lower…we type in Test Cases and we write Test Cases.…
Up here at the top we have the ability…to reference whatever library it is…we want to use for our test cases.…In many of the upcoming videos,…you're going to see me typing in…Selenium2Library like this…because that's the old library we used to use.…So, whenever you see me typing in that,…
Author
Released
11/8/2018- What's a test automation framework?
- Robot Framework vs. Selenium
- Creating and running your first script
- Options for running scripts, including PyCharm and Jenkins
- Making a script more readable
- Using variables to centralize data
- Incorporating the Page Object Model
- Robot Framework libraries
Skill Level Appropriate for all
Duration
Views
Related Courses
-
Distributing Your iOS App for Testing with TestFlight
with Ron Buencamino35m 10s Intermediate -
Effective Android Testing for Mobile Developers
with Chiu-Ki Chan2h 56m Intermediate -
F#: Automated Testing for Developers
with Kit Eason2h 33m Intermediate -
Java: Testing with JUnit
with Peggy Fisher1h 10m Intermediate -
Python Automation and Testing
with Bhoomika Agarwal1h 16m Intermediate
-
Introduction
-
About me43s
-
Overview34s
-
Demo4m 34s
-
Features and capabilities1m 17s
-
Robot Framework vs. Selenium2m 58s
-
-
1. Installation Overview and Preconditions
-
Installation overview2m 25s
-
-
2. Windows 10 Installation
-
Install Python and pip6m 19s
-
Install desired browsers1m 31s
-
Install WebDrivers6m 20s
-
-
3. Creating Your First Script
-
Overview4m 53s
-
Sections of the script file3m 54s
-
Write test steps, part 14m 24s
-
Write test steps, part 25m 43s
-
-
4. Script Running Options
-
Overview1m 24s
-
Running from PyCharm1m 41s
-
Running from a batch file2m 50s
-
Running multiple suites5m 25s
-
Running a single test case5m 23s
-
Advanced run options1m 10s
-
-
5. Make the Script More Readable
-
Overview6m 51s
-
Adding setup and tear down5m 36s
-
Overview of page objects7m 47s
-
-
6. Use Variables to Centralize Data
-
Overview4m 44s
-
Preview of final solution4m 12s
-
Scalar variables6m 9s
-
List variables5m 52s
-
Variable scope8m 48s
-
-
7. Semantic Sugar
-
Overview1m 52s
-
Adding quotes for clarity10m 44s
-
-
8. Challenge: Create a Test Suite from Start to Finish
-
Overview4m 42s
-
Part 1: You do it1m 12s
-
Part 1: I do it7m 12s
-
Part 2: You do it1m 3s
-
Part 2: I do it7m 12s
-
Part 3: I do it22m 8s
-
-
9. Exploring the Robot Framework Libraries
-
Overview1m 41s
-
Database: MS SQL and MySQL14m 48s
-
API11m 41s
-
XML12m 2s
-
SeleniumLibrary3m 20s
-
String1m 59s
-
-
Conclusion
-
Next steps3m 9s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Selenium2Library vs. SeleniumLibrary