https://github.com/yazidisme/robotframework-api-test-basic-example
OMDb API sample test using Robot Framework
https://github.com/yazidisme/robotframework-api-test-basic-example
automated-tests rest-api-test robot-framework
Last synced: 6 months ago
JSON representation
OMDb API sample test using Robot Framework
- Host: GitHub
- URL: https://github.com/yazidisme/robotframework-api-test-basic-example
- Owner: yazidisme
- License: mit
- Created: 2019-07-19T11:37:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T02:45:20.000Z (over 6 years ago)
- Last Synced: 2025-04-10T21:15:53.564Z (9 months ago)
- Topics: automated-tests, rest-api-test, robot-framework
- Language: RobotFramework
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## REST API Sample Test
Simply REST API test for GET Http method
### You Need
* Install [Robotframework](https://pypi.org/project/robotframework/)
* Install [RequestLibrary](https://github.com/bulkan/robotframework-requests)
* Install [JSONLibrary](https://pypi.org/project/robotframework-jsonlibrary/)
* Get your key from [OMDb API](http://www.omdbapi.com/)
### Test Result
* From [console log](https://prnt.sc/oha21k)
* From [robot log](https://prnt.sc/oha4m8)