Test Classes and Best Practices

Sdílet
Vložit
  • čas přidán 16. 05. 2024
  • Test Classes and Best Practices | EP-15
  • Zábava

Komentáře • 6

  • @SalesforceUSA
    @SalesforceUSA Před měsícem

    It's a very good video, Excellent

  • @MrUdhayk
    @MrUdhayk Před 2 měsíci +2

    Nowadays ppl have started writing test class for just coverage and prod deployment rather assertion. Assertion is mentioned in some last corner just as a point with inadequate emphasis. When the code is written itself assertion should be written.

    • @apexhours
      @apexhours  Před 2 měsíci

      Learn best practices here www.apexhours.com/apex-test-class-best-practices/

    • @MrUdhayk
      @MrUdhayk Před 2 měsíci

      @@apexhours Nothing was in video. could have been in video so that I could understand. Reading material typically are plenty in net.

  • @abhishekmavani7325
    @abhishekmavani7325 Před 17 dny

    You shouldn't be using the Developer console, rather you should use the IDE like visual studio code since the Salesforce does not provide the support of Developer console.

  • @satyaEk
    @satyaEk Před 2 měsíci

    I didn't see anything about assert methods.
    In last video also which was about trigger framework, I saw for loop inside for loop and same logic was getting executed two times while inserting and updating (same speaker).
    I love this channel but i was not expecting this from someone who is a SENIOR Salesforce developer.