Direction: Choose the correct option
Q1.
What is integration testing?
Direction: Choose the correct option
Q2.
Which annotation is commonly used for integration tests in Spring Boot?
Direction: Choose the correct option
Q3.
What is @AutoConfigureMockMvc used for?
Direction: Choose the correct option
Q4.
What does @TestEntityManager do?
Direction: Choose the correct option
Q5.
How do you test a REST endpoint with MockMvc?
Direction: Choose the correct option
Q6.
What is the purpose of @Sql annotation?
Direction: Choose the correct option
Q7.
How do you test database interactions with Spring Boot?
Direction: Choose the correct option
Q8.
What is a test database often used in integration tests?
Direction: Choose the correct option
Q9.
How do you roll back transactions after a test?
Direction: Choose the correct option
Q10.
What is @TestConfiguration used for?
