Multiple choice technology web technology

5.)

  1. a. TransactionalTestExecutionListener class

  2. b. AbstractTransactionalSpringContextTests class

  3. c. TestExecutionListener class

  4. 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.