Broadcom-VMware
2V0-72.22PSE · Question #22
Which two annotations indicate that the transaction for a transactional test method should be committed after the test method has completed? (Choose two.)
Sign in or unlock 2V0-72.22PSE to reveal the answer and full explanation for question #22. The question stem and answer options stay visible for context.
Testing
Question
Which two annotations indicate that the transaction for a transactional test method should be committed after the test method has completed? (Choose two.)
Options
- A@SqlMergeMode(false)
- B@Rollback(false)
- C@Commit
- D@Sql(alwaysCommit=true)
- E@Transactional(commit=true)
Unlock 2V0-72.22PSE to see the answer
You've previewed enough free 2V0-72.22PSE questions. Unlock 2V0-72.22PSE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Spring Testing#Transaction Management#Test Annotations#@Rollback/@Commit