- Keyword
- Library
- Template
- Test Case
- Report and Log
Robot Framework has easy syntax, utilizing human-readable keywords.
Custom keywords can be created by defining methods in a Python file. Capabilities can be extended by libraries implemented with Python or Java.
For scenarios where test data varies, but test steps remain the same, use templates.
It's an abstraction layer, under which a series of automated test steps and output validations take place.
One-stop place to view the test outputs and to analyze the overall application health.