Activity Forums Salesforce® Discussions What is apex test coverage in Salesforce?

  • Deepak

    Member
    April 14, 2020 at 4:15 pm

    The Apex testing framework generates code coverage numbers for your Apex classes and triggers every time you run one or more tests. Code coverage indicates how many executable lines of code in your classes and triggers have been exercised by test methods.

  • Ratnesh

    Member
    April 15, 2020 at 6:22 am

    Apex provides a testing framework that allows you to write unit tests, run your tests, check test results, and have code coverage results. Let's talk about unit tests, data visibility for tests, and the tools that are available on the Lightning platform for testing Apex.

  • Anjali

    Member
    April 15, 2020 at 12:34 pm

    Code coverage indicates how many executable lines of code in your classes and triggers have been exercised by test methods.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos