Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silasfrancis/petstoreapi_pytest_requests_framework

An API Automation test project using Python Request.
https://github.com/silasfrancis/petstoreapi_pytest_requests_framework

apitest automationframework python pythonrequests requests-library-python

Last synced: about 1 month ago
JSON representation

An API Automation test project using Python Request.

Awesome Lists containing this project

README

        

## API Automation Testing on PestStore API
This project involves performing automation testing on PestStore API using Python Requests module.

## Features
- HTML Reports
- Automation logs
- Parallel Testing
- Json Feedbacks

## Test Scenarios
1). User Module:
- Post User
- Get User by Username
- Update user
- Delete User by Username

2). Pet Module:
- Create pet
- Get pet
- Update pet data
- Delete pet

3). Store Module:
- Create order
- Get oder
- Delete order

## Languages and tools used
- Python
- Pytest
- Requests module

## Test Execution
pytest -s -v --html=./Reports/report.html tests/