Skip to content

API testing portfolio: Postman collection + basic assertions + negative cases

Notifications You must be signed in to change notification settings

Elwircha/qa_api_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

API Testing Project — Postman (DummyJSON)

Hands-on API testing project to demonstrate REST API testing skills using Postman.

API under test

DummyJSON Auth: https://dummyjson.com/docs/auth

Scope

Tested endpoints:

  • POST /auth/login — success (get access token)
  • GET /auth/me — authorized request (Bearer token)
  • POST /auth/login — negative case (invalid payload → 400)

Artifacts

How to run

  1. Import the collection and the environment into Postman
  2. Select environment qa_api_project
  3. Run requests:
    • Login - success
    • GET current auth user
    • Login - invalid payload

Results: 3 requests • 1 auth flow • 1 negative case

About

API testing portfolio: Postman collection + basic assertions + negative cases

https://dummyjson.com/docs/auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published