Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam MB-820 Topic 4 Question 27 Discussion

Actual exam question for Microsoft's MB-820 exam
Question #: 27
Topic #: 4
[All MB-820 Questions]

A company has a test application.

A user observes the following error messages when running the test:

* "Unhandled Ul: Message'

* "Unhandled Ul: Confirm"

You need to resolve the errors. Which action should you take?

Show Suggested Answer Hide Answer
Suggested Answer: B

A user observes error messages such as:

'Unhandled UI: Message'

'Unhandled UI: Confirm'

These messages indicate that the test code is not handling system prompts like Message and Confirm dialogs, which can appear during test execution.

Options Explanation=

Message Handler and Confirm Handler methods are used to intercept and handle these UI prompts during automated testing.

These methods should be added to the test runner codeunit, which is responsible for running the tests and handling these system-level interactions.


Contribute your Thoughts:

Kattie
8 minutes ago
I see your point, Ngoc. But having a separate test runner codeunit can help with better code maintenance.
upvoted 0 times
...
Ngoc
1 days ago
But wouldn't it be easier to just create the methods in the test codeunit?
upvoted 0 times
...
Annice
2 days ago
I agree with Kattie. It would be more organized that way.
upvoted 0 times
...
Kattie
13 days ago
I think we should create a separate test runner codeunit with Message Handler and Confirm Handler methods.
upvoted 0 times
...
Sharen
21 days ago
I'm going with C on this one. Separating the test codeunit with the handlers just makes sense for better organization and maintainability. Plus, it'll look great on my resume!
upvoted 0 times
Johanna
3 days ago
User 2: Yeah, having separate test codeunit with handlers is a good practice.
upvoted 0 times
...
Daniel
5 days ago
User 1: I think C is the best option too. It will definitely help with organization.
upvoted 0 times
...
...
Annelle
1 months ago
B is the way to go here. Keep it simple and add the handlers right into the test runner codeunit. Efficiency is key, folks.
upvoted 0 times
...
Aleshia
1 months ago
Looks like we need to create a separate test runner codeunit to handle those pesky UI errors. Gotta love those cryptic error messages, am I right?
upvoted 0 times
Donette
10 days ago
C: Let's go ahead and implement that to resolve the issue with the error messages.
upvoted 0 times
...
Frank
21 days ago
B: Yeah, that sounds like the best solution to handle those UI errors.
upvoted 0 times
...
Rebbeca
28 days ago
A: I think we should create a separate test runner codeunit with Message Handler and Confirm Handler methods.
upvoted 0 times
...
...

Save Cancel