0. About the Syllabus
This chapter provides an overview of the Robot Framework® Certified Professional (RFCP®) syllabus, detailing the course structure, learning objectives, and the foundational knowledge required for certification.
1. Introduction to Robot Framework
This chapter introduces Robot Framework, detailing its primary use cases, its architecture, core components, specification styles, and introduces the Robot Framework Foundation.
2. Getting Started with Robot Framework
This chapter introduces the foundational concepts of Robot Framework, execution processes, the utilization of libraries and resource files, how to read keyword documentation, and how to write first tests.
3. Keyword Design, Variables, and Resource Files
This chapter delves into the essential components of Robot Framework, such as **Variables**, **User Keywords**, **Resource Files**, and Data-Driven Testing.
4. Advanced Structuring and Execution
This chapter delves into advanced techniques for structuring and executing Robot Framework, explaining the use of **Setups** and **Teardowns**, and the application of tags to efficiently filter and control execution.
5. Exploring Advanced Constructs
This chapter introduces advanced constructs in Robot Framework, such as advanced variable handling and control structures like IF and FOR statements.