robotframework-requestschecker

Robot Framework Library For Checking HTTP Response Status Codes


Keywords
testing, testautomation, robotframework, logging, autotest, requests, http, response, code, automation, response-code
License
Apache-2.0
Install
pip install robotframework-requestschecker==2.0.0

Documentation

RobotFramework Requests Checker Library

Build Status

Short Description

Robot Framework library for checking HTTP response status code, based on Requests library.

Installation

pip install robotframework-requestschecker

Documentation

See keyword documentation for robotframework-requestschecker library in folder docs.

Example

Test cases Action Argument Argument Argument
Simple Test RequestsLibrary.Create session Alias http://www.example.com  
  ${response}= RequestsLibrary.Get request Alias /
  RequestsChecker.Check Response Status ${response} 204  

License

Apache License 2.0