exam questions

Exam MB-820 All Questions

View all questions & answers for the MB-820 exam

Exam MB-820 topic 1 question 71 discussion

Actual exam question from Microsoft's MB-820
Question #: 71
Topic #: 1
[All MB-820 Questions]

You must simulate the user interaction of selecting a posting option. The options must include:

• Ship
• Invoice
• Ship & Invoice

You need to create a test codeunit to run the test.

What should you use?

  • A. Normal attribute
  • B. Handler method
  • C. Test attribute
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
e3b13ec
7 months, 1 week ago
Selected Answer: B
The Codeunit running the Test need to have [Test] But to handle Ship|Invoice|Ship&Invoice you need a [PageHandler] -> B is the right answr
upvoted 3 times
...
z_safar
7 months, 2 weeks ago
The correct answer is C) Test attribute [Test]
upvoted 1 times
...
Rahila_Amir
8 months ago
C: The Test attribute (C) is used to define a test codeunit that can simulate user interactions and test specific functionality. This is the correct approach.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...