Multiple choice technology web technology 5.) 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 the TestContext framework class responsible for managing transactions in tests - it handles transaction creation, rollback for test isolation, and cleanup.