Description
In this course, you will learn:
- Learn what Robot Framework scripts look like, how to develop them, how to install Robot Framework, and how to use the various tools that will be required.
- Learn how to run our tests, how to construct a keyword, how to use a keyword to do an action, the proper keyword syntax, how to identify keywords, read their documentation, and drive a web browser with the Robot Framework's Selenium library.
- Learn how to write test cases in your test script.
- Cover how to read and write tests in your script, how Robot Framework executes your test script, and how to configure your test script, including setting up and tearing down steps.
- Learn how to create and use variables. We'll cover how to use variables in line and within sections of your script.
- Finally, we'll learn how to read the log and report files that Robot Framework generates.
Syllabus:
- Introduction to Robot Framework
- A Brief Overview of Robot Framework
- Project Setup
- Running Tests
- Keywords
- Test Cases
- Settings
- Variables