exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 4 question 50 discussion

Actual exam question from Microsoft's MB-500
Question #: 50
Topic #: 4
[All MB-500 Questions]

A company is implementing Dynamics 365 finance and operations apps.

You are using the Acceptance test library (ATL) to test code in Visual Studio.

You need to create an entity test class to expose the entity properties.

Which method should you use?

  • A. parm
  • B. with
  • C. set
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
globeearth
3 months ago
Selected Answer: A
The parm method is used in ATL to define and expose properties of an entity in a test class. It allows you to create getter and setter methods for entity fields, making them accessible for testing purposes. The with method is typically used to set up test data or configure the test context, not for exposing entity properties. The set method is used to assign values to fields but does not define or expose properties in the context of an entity test class.
upvoted 1 times
...
Ali20
10 months ago
Correct, https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/concepts-entities#property-methods
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 ...