Multiple choice technology web technology

Which class is used to manage the transactions in TestContext framework?

  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 a TestExecutionListener implementation in Spring's TestContext framework that provides transaction management for integration tests, including automatic transaction rollback after each test.