It loads the full application context. Frame the concept in practical terms so you can explain it during interview discussion.
@SpringBootTest is used for integration testing because it loads the entire application context, allowing you to test how components interact within the application. For example, testing the interaction between order processing and payment services in an e-commerce app requires loading all related beans, which @SpringBootTest facilitates.