An open API service indexing awesome lists of open source software.

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

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)