WHAT IS ROBOT FRAMEWORK?
How Robot Framework approaches keyword-driven automation testing, and which parts the framework actually provides.
11 Series articles
How Robot Framework approaches keyword-driven automation testing, and which parts the framework actually provides.
Install Python, Robot Framework, SeleniumLibrary and the VS Code extension before writing your first test.
The .robot file structure, calling keywords and running a first test case with SeleniumLibrary.
Three ways to share keywords and data in Robot Framework, and the right scope for each import.
When Test Setup, Test Teardown, Suite Setup and Suite Teardown run, their scope, and the easy places to get confused.
Scalar, list and dictionary variables, scope and precedence in Robot Framework, with runnable examples.
Create user keywords, pass arguments, return values and hide implementation details so test cases read closer to business language.
Documentation, tags, templates, timeouts and the settings commonly used at suite, test-case and keyword level.