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.

Adding quotes for clarity

Adding quotes for clarity

In this video, let's discuss the notion of using quotes to identify UI elements. I'm going to talk about a few other things in this video as well, but I'll try to keep it as short as I can. So I'm here on my Amazon.robot script file, and I wanted to point out a convention that I've been gravitating to recently. You'll notice in a lot of the previous videos that inside my resources file here, I call my application keyword file Amazon, and I also call my tests Amazon. What I've been doing more recently is right clicking on this, I'll refactor and rename. I've been adding the word App to the end of my keyword files just to distinguish the fact that the script is a place where I, kind of, script out an end to end scenario and I'm giving the Amazon application instructions about what to do. So instead of calling this Amazon, I'm going to call it AmazonApp, just because my script is telling the AmazonApp to do something. And then within the AmazonApp, these page objects are actually…

Contents