Activity Forums Salesforce® Discussions What is the use of Test.start() in Salesforce?

  • Deepak

    Member
    June 12, 2020 at 5:36 AM

    The point in your test code when your test actually begins. Use this method when you are testing governor limits.

  • [adinserter block='9']
  • Ratnesh

    Member
    June 12, 2020 at 6:33 AM

    Test.startTest method marks the point in your test code when your test actually begins. Each test method is allowed to call this method only once.

Log In to reply.