Skip to content

intizarguzelcay/RESTApi-_Automation_Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§ͺ Swagger Petstore API Test Automation

This project demonstrates automated testing of the Swagger Petstore API using Java (Rest Assured) and Postman. It includes various user-related operations such as creating, updating, retrieving, logging in/out, and deleting users.

πŸš€ Technologies Used

  • Java

  • REST Assured 5.4.0

  • TestNG 7.10.2

  • Maven

  • Postman

  • Swagger Petstore (https://petstore.swagger.io/)

    πŸ“ Project Structure

    RESTApi_Automation_Exercise/ β”œβ”€β”€ src/ β”‚ └── test/ β”‚ └── java/ β”‚ └── PetStoreAPITest.java β”œβ”€β”€ pom.xml └── README.md

βœ… Test Scenarios Covered

Test Case Description
Create User Creates a new user
Get User Retrieves user by username
Update User Updates existing user information
Delete User Deletes a user by username
Login User Logs in with given username and password
Logout User Logs out the current user
Create With Array Creates multiple users using an array
Create With List Creates multiple users using a list

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages