From the course: Robot Framework Test Automation: Level 1 (Selenium)
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Part 1: You do it - Selenium Tutorial
From the course: Robot Framework Test Automation: Level 1 (Selenium)
Part 1: You do it
So for part 1 of the scripting challenge, you're going to create the folders and files we're going to need, and that's going to consist of 3 top level and 1 nested directory. You're going to create a test file and as you can see, there's a pro tip there. Go ahead and add some documentation because it's good to get in that habit. You'll create an App, keyword file, a CommonWeb file, 3 page objects, and you can figure out which ones those are. You'll create the important page sections and then finally you'll declare resource dependencies at the top of each page where relevant, and you'll do the same thing with libraries at the top of each page. So again, the test case is we're going to go to robotframework tutorial.com/front office. And when you arrive at that site it looks like this. Then you'll click on the "Team" link. And we'll be on the team page. And at some point we're going to check to see that this header text is correct. So go ahead and create your directories, test file app…
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.