Multiple choice technology web technology Which class is used to manage the transactions in TestContext framework? a. TransactionalTestExecutionListener class b. AbstractTransactionalSpringContextTests class c. TestExecutionListener class d. AbstractTestExecutionListener class Reveal answer Fill a bubble to check yourself A Correct answer Explanation TransactionalTestExecutionListener is a TestExecutionListener implementation in Spring's TestContext framework that provides transaction management for integration tests, including automatic transaction rollback after each test.