CRT-450 Exam Question 196

A developer wrote a unit test to confirm that a custom exception works properly in a custom controller, but the test failed due to an exception being thrown.
Which step should the developer take to resolve the issue and properly test the exception?
  • CRT-450 Exam Question 197

    What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code?
  • CRT-450 Exam Question 198

    Which statement is true about a hierarchical relationship as it pertains to user records?
  • CRT-450 Exam Question 199

    A Visual Flow uses an apex Action to provide additional information about multiple Contacts, stored in a custom class, contactInfo. Which is the correct definition of the Apex method that gets additional information?
  • CRT-450 Exam Question 200

    A developer wants to display all of the available record types for a Case object. The developer also wants to display the picklist values for the Case.Status field. The Case object and the Case Status field are on a custom visualforce page.
    Which action can the developer perform to get the record types and picklist values in the controller? Choose 2 answers