Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 40
Accompany is implementing Dynamics 365 Supply Chain Management.
A developer creates a new form in Visual Studio. The developer must conduct manual unit testing on the functionality of the form before releasing it for functional testing by non-developers.
You need to preview the new form to conduct manual unit testing.
Which action should you conduct first on the form object?
Answer options
- A. Performance Profiler
- B. Debug
- C. Set as Startup Object
- D. Attach to process
- E. Scope to this
Correct answer: C
Explanation
The correct first action is to 'Set as Startup Object' because this allows the new form to be the primary focus when running the application, enabling the developer to preview it easily. The other options, while useful in different contexts, do not directly facilitate the initial step of previewing the form for manual testing.