If your front end application website is directly communicating with the web application such as rest service then you can use Spring’s RestTemplate to test all the operations
Like
- POST – CREATE
- GET – READ
- PUT – UPDATE
- DELETE – DELETE
CRUD operations like Create / Read / Update / Delete / ReadAll like you do it using website.