Skip to content

Built a Python based test suite for JoinMe style app APIs to check endpoint stability, response time, data integrity, and absence of sensitive information using Pytest and Requests.

Notifications You must be signed in to change notification settings

priyanshu-getit/joinme-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python Pytest API Security

JoinMe API Testing (Security + Performance)

Automated API testing suite for JoinMe-style endpoints using Python and Pytest.

Covers:

  • Status validation
  • Speed checks (<2s)
  • JSON structure
  • Sensitive data exposure check

Stack:

Python, Pytest, Requests, JSON

Run:

pip install -r requirements.txt
pytest -v

About

Built a Python based test suite for JoinMe style app APIs to check endpoint stability, response time, data integrity, and absence of sensitive information using Pytest and Requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages