Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 8 question 4 discussion

Actual exam question from Microsoft's PL-400
Question #: 4
Topic #: 8
[All PL-400 Questions]

HOTSPOT -
You create a Power Apps component framework component.
You need to test the component.
Which option should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: F12 and select component -
Using browser developer tools to debug your code component
Modern browsers have a built-in set of developer tools that allow you to inspect the HTML, CSS, and JavaScript loaded on the current page. You can access these developer tools using the keyboard shortcut Ctrl+Shift+I. Using the F12 key is also a common keyboard shortcut to open the developer tools.

Box 2: Data Inputs -
Data Inputs is an interactive UI that displays all the properties and their types or type-groups defined in the manifest file. The contents of this area are dependent on the properties and datasets defined in the ControlManifest.Input.xml and allows providing mock data for test purposes.

Box 3: Context Inputs -
Context Inputs is shown for all code component types:
* Form Factor: Provides a way to specify the form factor and test the code component with each form factor (web, tablet, phone). This is helpful when the code component changes its layout depending on where the component is loaded. You can detect the form factor in the code using context.client.getFormFactor().
* etc.
Reference:
https://docs.microsoft.com/en-us/power-apps/developer/component-framework/debugging-custom-controls
Power Apps debug component in Microsoft Edge

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
stalee
Highly Voted 1 year, 3 months ago
Given answers are correct. https://learn.microsoft.com/en-us/power-apps/developer/component-framework/debugging-custom-controls
upvoted 8 times
...
hai297
Most Recent 6 months, 3 weeks ago
Correct answer. The PCF sandbox have box on the right side with 2 section - Context Input: Form Factor (Web/Table/Mobile), Width, Height - Data Input: All defined properties in manifest
upvoted 1 times
...
At09
1 year ago
Context Input, Code Component
upvoted 3 times
...
MarkR27
1 year, 6 months ago
Answers correct
upvoted 3 times
...
Kline
1 year, 8 months ago
Are 2 & 3 the wrong way round?
upvoted 3 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 ...