In a Spring Boot application, the _____ is a test utility used for making HTTP requests to the application and can be auto-configured in integration tests.

  • HttpRequestExecutor
  • RestTemplate
  • TestRestTemplate
  • WebClient
The TestRestTemplate is a test utility in Spring Boot for making HTTP requests to your application during integration tests. It can be auto-configured and is designed for use in integration testing scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *