From the course: Robot Framework Test Automation: Level 1 (Selenium)
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Write test steps: Part 1 - Selenium Tutorial
From the course: Robot Framework Test Automation: Level 1 (Selenium)
Write test steps: Part 1
Okay. Now it's finally time to choose a library and write some automated test steps. Before we do that, I wanted to point out that test automation implies that we're automatically performing manual tests. So for that reason, I encourage you to always start with manual test scenarios and use those as a reference or scaffold for creating your automated tests. Then you should examine your library capabilities to locate keyword options and map those library keywords to your manual test steps. So here's an example of what I'm talking about. I've used Excel to document several manual test cases that can be performed against this CRM website, which can be found at automationplayground.com/crm. Your test cases will help you get to know the website under test. And I believe manual tests should be pragmatic and fairly easy to read. So for example, the homepage should load. That's what we're seeing right here. Login should succeed with valid credentials. That makes sense, right? Login should…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Overview9m 44s
-
(Locked)
Organizing your project files5m 42s
-
(Locked)
Sections of the script file10m 8s
-
(Locked)
Selenium2Library vs. SeleniumLibrary55s
-
(Locked)
Write test steps: Part 118m 5s
-
(Locked)
Run the script on different browsers8m 16s
-
(Locked)
Examine the great results files6m 19s
-
(Locked)
Write test steps: Part 211m 34s
-
(Locked)
Write test steps: Part 319m 28s
-
(Locked)
Summary2m 43s
-
-
-
-
-
-
-
-
-