23 sObjects and Apex Test Class | Salesforce Training Video Series | Learn Salesforce Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 มิ.ย. 2021
  • studysalesforce.com/ [Find all Salesforce Video links]
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    Udemy : Enroll Salesforce Flow Builder Masterclass: kadge.io/flowbuilder
    For Online Individual or Group Training Please Email or Visit below Website.
    Email: sanjaygupta.techschool@gmail.com or
    Visit: studysalesforce.com/
    Connect with Sanjay Gupta:
    Linkedin: / sanjay-gupta-bb2a79bb
    Find Below: TH-cam Playlist Links for Salesforce Videos
    Salesforce Administrator (Lightning Experience) Video Series
    • 01 How to create Devel...
    LWC | Lightning Web Component
    • 01 LWC | Introduction ...
    Salesforce Flow Scenarios
    • 01 Screen Flow Scenari...
    Aura Component Development
    • 01 Introduction to Lig...
    Apex Programming | Apex Test | Async Apex in Salesforce
    • 01 Introduction to Ape...
    Salesforce Interview Preparation Videos
    • What is workflow rule ...
    Flow Builder in Salesforce Lightning Video Series
    • What is Flow Builder i...
    Apex Triggers in Salesforce
    • 01 Introduction to Ape...
    Asynchronous Apex in Salesforce
    • 01 Introduction to Asy...
    Process Builder in Salesforce Lightning Video Series
    • What is process builde...
    Workflow Rule in Salesforce Video Series
    • What is workflow rule ...
    Report & Dashboard in Salesforce Video Series
    • Introduction to Report...
    Data Security in Salesforce Video Series
    • Introduction to Data S...
    Please like and subscribe to support the efforts.
    #Salesforce #lightning #development #flow #admin #salesforceadmin #salesforcetraining #learnsalesforce #interview #salesforcedeveloper #developer #sanjaygupta #sanjayguptatechschool #studysalesforce #apex #trigger #integration #lwc #aura #lightningwebcomponent

ความคิดเห็น • 10

  • @SanjayGuptaTechSchool
    @SanjayGuptaTechSchool  2 ปีที่แล้ว

    For Online Individual or Group Training Please Email or Visit below Website.
    Email: sanjaygupta.techschool@gmail.com or Visit: studysalesforce.com/
    Connect with Sanjay Gupta on Linkedin: www.linkedin.com/in/sanjay-gupta-bb2a79bb/
    Udemy : Enroll Salesforce Flow Builder Masterclass: kadge.io/flowbuilder
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    Please like and subscribe to support the efforts.

  • @subasishnayakofficial
    @subasishnayakofficial 2 ปีที่แล้ว +1

    Hi Sanjay.its a great video. i had a query for the apex class. the Set collection AccIdSet, we have not perfomed any DML to the set, so probably it will not contain any ID's at any point of time and the condition will always be satisfied.

  • @user-882hhgys
    @user-882hhgys 2 ปีที่แล้ว

    If contact have two same account then code will not work.. Account Name - Test 1 and Test 2 .. explanation is too good 👍

  • @sanjaymehta4510
    @sanjaymehta4510 3 ปีที่แล้ว +1

    Sir Please upload Code in Description in pdf or rar File Format... Thankyou :)

  • @SUMEDHSHANKARRAO
    @SUMEDHSHANKARRAO 2 ปีที่แล้ว

    please provide code

  • @learnwithveer1004
    @learnwithveer1004 2 ปีที่แล้ว

    Hello Sanjay Sir,
    I have tried this program multiple times, I am not sure why I am getting this error :
    first Attempt
    System.AssertException: Assertion Failed: Expected: hot, Actual: Hot
    here, the expected and actual is same.
    Second Attempt :
    System.AssertException: Assertion Failed: Expected: cold, Actual: Hot
    here , the expected and actual are not same. In my scenario both are getting error.
    Can you please put some light here.

    • @vamshisaini01
      @vamshisaini01 ปีที่แล้ว +1

      'hot' and 'Hot' are different right? Small case 'h' and capital case 'H'.
      It'll compare both string values.

  • @kabirthekhiladi786
    @kabirthekhiladi786 ปีที่แล้ว

    Hi sanjay , you are actually not inserting data into class from test class you simply created data in test class and calling the main class without params, then data you created is waste as you are not using it as test data. Please clarify

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  ปีที่แล้ว

      When we call main class method then thst process automatically works on the data created in test class.

    • @ShivamPandey-kg8bf
      @ShivamPandey-kg8bf 3 หลายเดือนก่อน

      Hi Sanjay, I think he is right. In your data the rating is cold but in actual result it is showing hot. Please correct me if I'm wrong.