Activity Forums Salesforce® Discussions What is a seeAllData=true in test class in Salesforce?

  • Udit

    Member
    April 6, 2020 at 3:03 PM

    In Apex test classes every time we need to create a new set of data for your test class. But some objects we can’t create a data for testing. for example Profiles. we can’t create profiles in test classes. so we will query the profiles and assign to users.

Log In to reply.