Valid MB-820 Dumps shared by ExamDiscuss.com for Helping Passing MB-820 Exam! ExamDiscuss.com now offer the newest MB-820 exam dumps, the ExamDiscuss.com MB-820 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MB-820 dumps with Test Engine here:
You ate creating a test codeumt for a company that uses Business Central. The company requites the following list of choices while posting a sales order: * Ship * Invoice * Ship & Invoice You must create a test codeunit that automatically selects one of these options. You need to create the test codeunit Which handler should you use?
Correct Answer: D
* StrMenuHandler is used to simulate the selection of an option from a string-based menu, such as the "Ship," "Invoice," or "Ship & Invoice" options when posting a sales order. This handler allows you to programmatically select an option during automated testing. * Other handlers, such as SessionSettingsHandler or SendNotificationHandler, do not simulate the selection of menu choices, which is specifically required in this scenario. For more details on StrMenuHandler and how it simulates user interaction with menu choices, refer to the Test Handlers in Business Central.