Implemented a test for the DELETE endpoint ahead of service development to establish a testing framework.
ISSUES/TODOs:
Currently, a response object is being created within DeleteTest to populate data in the DB, but it's unused and wasteful.
To improve efficiency and reuse, consider leveraging TestNG’s test prioritization to ensure creation tests run before delete tests, avoiding redundant object creation and conserving resources.
Summary
Implemented a test for the DELETE endpoint ahead of service development to establish a testing framework.
ISSUES/TODOs: