Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 72
A company is implementing Dynamics 365 finance and operations apps.
You are using the SysTest framework to test code in Visual Studio.
You need to create a unit test class.
Which two attributes can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Owner
- B. EntryPoint
- C. TestCategory
- D. TestFilter
Correct answer: A, C
Explanation
The correct answers are A (Owner) and C (TestCategory) because these attributes are used to define metadata for unit tests in the SysTest framework. Options B (EntryPoint) and D (TestFilter) do not serve as attributes for unit tests in this context.