Skip to content

SumiaRia/api-testing-python

Repository files navigation

API Testing Using Python Request

Deyal is a heathcare management system where testS API from API DOCUMENTATION

This repository contains REST API Testing automation code using Python

The project uses:

  1. Python 3.9 and higher
  2. Requests

How to start

By using Windows Terminal, Python and pip

  1. Place the repository files into the directory of your choice
  2. Create virtual environment
py -m venv env
  1. Activate created virtual environment
env\Scripts\activate
  1. Install project's dependencies
pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages