ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 85 - MB-820 discussion

Report
Export

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?

A.

Create a separate test runner codeunit that has Message Handler and Confirm Handler methods.

Answers
A.

Create a separate test runner codeunit that has Message Handler and Confirm Handler methods.

B.

Create the Message Handler and Confirm Handler methods in the test runner codeunit.

Answers
B.

Create the Message Handler and Confirm Handler methods in the test runner codeunit.

C.

Create a separate test codeunit that has Message Handler and Confirm Handler methods.

Answers
C.

Create a separate test codeunit that has Message Handler and Confirm Handler methods.

D.

Create the Message Handler and Confirm Handler methods in the test codeunit.

Answers
D.

Create the Message Handler and Confirm Handler methods in the test codeunit.

Suggested answer: B

Explanation:

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.

asked 13/10/2024
Alfred Macaraeg
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first