CRT-450 Exam Question 76

A developer needs to create a baseline set of data (Accounts, Contacts, Products, Assets) for an entire suite of tests allowing them to test independent requirements various types of Salesforce Cases. Which approach can efficiently generate the required data for each unit test?
  • CRT-450 Exam Question 77

    A developer needs to write a method that searches for a phone number that could be on multiple object types. Which method should the developer use to accomplish this task?
  • CRT-450 Exam Question 78

    Which three statements are true regarding the @istest annotation? Choose 3 answers
  • CRT-450 Exam Question 79

    For which example task should a developer use a trigger rather than a workflow rule?
  • CRT-450 Exam Question 80

    A developer has javascript code that needs to be called by controller functions in multiple components by extending a new abstract component. Which resource in the abstract component bundle allows the developer to achieve this