robot
Package — TestingPython 3.7+Intermediate
Robot Framework: keyword-driven test automation for acceptance testing
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install robotframework
Learn by Difficulty
Quick Example
python
# Install: pip install robotframework import robot # Basic robot usage print(f"Using robot") # See documentation for detailed examples
robot is a third-party package. Robot Framework: keyword-driven test automation for acceptance testing. Install with: pip install robotframework
Try in PlaygroundTags
packagetestingquality-assurance