Question 46
Which three Salesforce resources can be accessed from a Lightning web component?
Choose 3 answers
Choose 3 answers
Question 47
From which 2 locations can a developer determine the overall code coverage for a sandbox?
Question 48
A software company uses the following objects and relationships:
* Case: to handle customer support issues
* Defect_c: a custom object to represent known issues with the company's software
* case_Defect__c: a junction object between Case and Defector to represent that a defect Is a customer issue What should be done to share a specific Case-Defect_c record with a user?
* Case: to handle customer support issues
* Defect_c: a custom object to represent known issues with the company's software
* case_Defect__c: a junction object between Case and Defector to represent that a defect Is a customer issue What should be done to share a specific Case-Defect_c record with a user?
Question 49
Which two statements are true about using the @testSetup annotation in an Apex test class?
Choose 2 answers
Choose 2 answers
Question 50
How should a developer write unit tests for a private method in an Apex class?
