planit-java-automation/ ├── src/ │ ├── main/java/com/planit/ # (reserved for production code) │ └── test/ │ ├── java/com/planit ...
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, ...