TEST TYPES
Classify functional, non-functional, confirmation and regression testing so you know what is being tested and why.
28 Series articles
Classify functional, non-functional, confirmation and regression testing so you know what is being tested and why.
Separate test data from test cases with Test Template and DataDriver, from CSV and Excel to JSON.
Read logs, distinguish failures from errors, and use BuiltIn keywords to catch, continue or deliberately stop tests.
Select tests, suites and tags from the command line; dry run, randomise, rerun failures and run in parallel with Pabot.
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.
Scalar, list and dictionary variables, scope and precedence in Robot Framework, with runnable examples.
The .robot file structure, calling keywords and running a first test case with SeleniumLibrary.