What is RestAssured in Java?
A) A library for testing RESTful web services
B) A build automation tool
C) A web application framework
D) A database management system
Answer:
A) A library for testing RESTful web services
Explanation:
RestAssured is a Java library that simplifies testing RESTful web services. It provides a fluent API for making HTTP requests and assertions on responses, making it easier to test APIs in a readable and maintainable way.