What are two ways for a developer to execute tests in an org?
Correct Answer:
AB
In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?
Correct Answer:
B
A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names.
What two things should be done to create the test data within the unit test with the least amount of code? Choose 2 answers
A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names.
What two things should be done to create the test data within the unit test with the least amount of code? Choose 2 answers
Correct Answer:
BD
A developer created a child Lightning web component nested inside a parent Lightning web component, parent component needs to pass a string value to the child component.
In which two ways can this be accomplished? Choose 2 answers
Correct Answer:
AD
What should a developer use to script the deployment and unit test execution as part of continuous integration?
Correct Answer:
C