Activity Forums Salesforce® Discussions What are the benefits of creating Test Class in SalesForce?

  • Kirandeep

    Member
    February 18, 2020 at 3:05 PM

    Hi Marziya,

    Test class gives the code coverage which means that which percentage the code works.Basically we find the bugs through test class  and  fix it to give better output.

  • [adinserter block='9']
  • Shubham

    Member
    February 18, 2020 at 5:14 PM

    We write Test Classes in Apex Salesforce for Unit Testing. We get to find the bugs in our code and fix it to give better output

  • Ratnesh

    Member
    February 24, 2020 at 5:04 AM

    We compose Test Classes in Apex Salesforce for Unit Testing. We find good pace bugs in our code and fix it to give better yield. Testing gives the Code Coverage, as a matter of first importance we should realize What Code Coverage is? Code inclusion which shows to which rate the code works.

Log In to reply.