HTTP Web Site Automation Testing without UI [closed]

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

  1. POST – CREATE
  2. GET – READ
  3. PUT – UPDATE
  4. DELETE – DELETE
    CRUD operations like Create / Read / Update / Delete / ReadAll like you do it using website.

Browse More Popular Posts

Leave a Comment