Rest API testing Using Rest Assured:
Rest assured is a java based library that is used to test restful web services. We can create highly customizable HTTP Requests to send to the Restful server. This enables us to test wide variety of Request combinations. Rest-Assured library also provides ability…