From the course: Robot Framework Test Automation: Level 1 (Selenium)

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Sections of the script file

Sections of the script file

In the previous video, I gave you a high level overview of how we're eventually going to organize our project files into layers. In the next video, we're going to choose our library and start writing steps into our script. And I know it might feel like I'm dragging things out here, but before we do that, I want to show you one more high level contextual topic, and that's the sections of the script file. You may recall in the introduction section, I have a video called "What is a Test Automation Framework." It's important to realize that we're not just going to open up a script file and start writing in test steps. The fact that we're using some kind of a Framework implies that there's going to be some organization and conventions and so on. So revisiting this slide, you can see I've already touched on several of these topics in the overview videos I've given you so far. There are three topics on this slide that relate to the need to create sections in our script. Item 4 here, says…

Contents