Question 136
A developer has JavaScript code that needs to be called by controller functions in multiple Aura components by extending a new abstract component.
Which resource in the abstract Aura component bundle allows the developer to achieve this?
Question 137
What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code?
Question 138
What should a developer do to check the code coverage of a class after running all tests?
Question 139
A developer has a single custom controller class that works with a Visualforce Wizard to support creating and editing multiple subjects. The wizard accepts data from user inputs across multiple Visualforce pages and from a parameter on the initial URL.
Which three statements are useful inside the unit test to effectively test the custom controller?
Choose 3 answers
Question 140
Which type of information is provided by the Checkpoints tab in the Developer Console? (Choose 2)
