DRAG DROP - A company uses Dynamics 365 Finance. The company wants to create test cases by using the SysTest framework. You need to select the appropriate TestTransactionMode option for each requirement. Which options should you use? To answer, drag the appropriate options to the correct requirements. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Select and Place: Â Suggested Answer: Box 1: LegacyRollback - LegacyRollback. All insert statements are tracked and deleted during clean-up. Box 2: AutoRollback - AutoRollback. Default. This provides the best isolation. All transactions are rolled back using SQL save points, and all database statements are routed to the main connection, including user connections. No data will be persisted. Incorrect: LegacyRollback. All insert statements are tracked and deleted during clean-up. Save points not used. LegacyRollbackWithUpdateTracking. All update, delete, and insert statements are tracked and reverted during cleanup. Save points not used. None. Only use for debugging. This provides no isolation. Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/testing-validation This question is in MB-500 Microsoft Dynamics 365 Finance and Operations Apps Developer Exam For getting Microsoft Certified: Dynamics 365 Finance and Operations Apps Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer