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.

Skills recap

Skills recap

All right All right. Even though some of the visuals were a little bit out of date, I think you've learned a lot in those past few sections. So now it's time to recap and apply what we've learned on that CRM project we started at the beginning of the course. So to summarize everything we learned in those past few sections, our goal is primarily going to be to make the script more readable, more intuitive when you're reading the results files, we want to have keywords that are reusable to reduce repetition. And finally, we want the test suite to be really maintainable and easy to fix if something goes wrong. So in the next video, I'm going to modify that CRM project, taking all of those things into consideration and I'll recap what I'm going to be thinking about to guide my approach. We're going to move the browser and some input data into variables. We're going to create an app keyword file to hold our app level keywords. We're going to create a common keyword file to hold our setup…

Contents