https://github.com/robotframework/libraryapiexamples
Executable examples demonstrating Robot Framework test library API.
https://github.com/robotframework/libraryapiexamples
Last synced: 8 months ago
JSON representation
Executable examples demonstrating Robot Framework test library API.
- Host: GitHub
- URL: https://github.com/robotframework/libraryapiexamples
- Owner: robotframework
- Created: 2014-10-24T10:39:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T11:06:43.000Z (over 11 years ago)
- Last Synced: 2025-01-29T21:22:38.123Z (12 months ago)
- Language: Python
- Size: 133 KB
- Stars: 16
- Watchers: 11
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Robot Framework test library API examples
=========================================
`Robot Framework `_ is a generic open source test
automation framework. 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.
This project contains executable examples demonstrating different features
of Robot Framework test library API. The API itself is documented thoroughly
in `Robot Framework User Guide `_.
**Work in progress.**