Skip to content

Sanjanarai44/API-Testing-Framwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalable REST API Test Automation Framework

A lightweight automation testing framework built using Python and PyTest to validate REST APIs.

Features

  • Automated REST API testing
  • Status code validation
  • Response schema validation
  • Response time performance testing
  • Structured logging for debugging
  • HTML test report generation

Tech Stack

  • Python
  • PyTest
  • Requests
  • PyTest-HTML

Project Structure

api-testing-framework │ ├── tests ├── utils ├── config ├── logs ├── requirements.txt

Run Tests

pip install -r requirements.txt

pytest

Generate HTML Test Report

pytest --html=report.html

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors