Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.64 KB

File metadata and controls

63 lines (39 loc) · 1.64 KB

Setup

  1. Download and install Python 3.x
  • If it is already installed, check in terminal:
python --version
  1. Make sure to have the latest pip version installed
python.exe -m pip install --upgrade pip
  1. Install robot framework
pip install robotframework
  1. Install RESTinstance external library for RESTful JSON APIs
pip install --upgrade RESTinstance

Run tests

robot -A robotargs.txt -i <tag from test(s)> tests

Results

BookCart API

BookCartAPI-test-results

Library API

LibraryAPI-test-results

APIs used

REST

Obtain token (which is available for 1h):

  • register user on web app
  • login with user and check response (it contains the token)

Tools

See latest user guide

See BuiltIn standard library