Broadcom-VMware
2V0-72.22PSE · Question #24
Which two statements are true regarding Spring Boot Testing? (Choose two.)
Sign in or unlock 2V0-72.22PSE to reveal the answer and full explanation for question #24. The question stem and answer options stay visible for context.
Testing
Question
Which two statements are true regarding Spring Boot Testing? (Choose two.)
Options
- A@TestApplicationContext is used to define additional beans or customizations for a test.
- BTest methods in a @SpringBootTest class are transactional by default.
- C@SpringBootTest is typically used for integration testing.
- DTest methods annotated with @SpringBootTest will recreate the ApplicationContext.
- E@SpringBootTest without any configuration classes expects there is only one class annotated
Unlock 2V0-72.22PSE to see the answer
You've previewed enough free 2V0-72.22PSE questions. Unlock 2V0-72.22PSE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Spring Boot Testing#@SpringBootTest annotation#Integration Testing#ApplicationContext