Sunday, March 7, 2021

Rest API Testing using Robot Framework and Python

 Environment Setup

-----------------------------

Pre-requisites:

    1) Python - Download python exe file from python official site https://www.python.org/downloads/ and install in your work station. 

    2) Pycharm IDE: Download and install PyCharm community version from their official site: https://www.jetbrains.com/pycharm/download/#section=windows


Install Following Libraries using through command Line:

1) robot framework --- pip install robotframework

2) requests -- pip install requests

3) robotframework-requests -- pip install  robotframework-requests

4) robotframework-jsonlibrary -- pip install robotframework-jsonlibrary

Rest API Testing using Robot Framework and Python

 Environment Setup ----------------------------- Pre-requisites:     1) Python - Download python exe file from python official site  https:/...