ApiAutomationDemo/ ├── src/ │ ├── main/ │ │ ├── java/ │ │ │ ├── com.api.tests/ │ │ │ │ ├── CreatePetAPI.java │ │ │ │ ├── CreateUserTestAPI.java │ │ │ │ └── CreateUserTestAPI2.java ...
This project demonstrates API and database automation testing for e-commerce platform (using BuyMe as the application under test). It covers comprehensive test coverage through positive, negative, ...