Descripción
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.
Contenido
- Introduction to RobotFramework
- Basic syntax
- Reports & Log files
- Libraries Overview
- RIDE
- Integration with Jenkins
- Writing test cases - basic
- Test Suites & Test Cases
- Using libraries
- Creating Keywords
- Setup & Teardown
- Variables & Constants
- Resource Files
- Writing test cases - advanced
- Conditional Execution & Loops
- Collections
- File processing
- Writing test libraries
- Python
- Java
- Remote Interface