function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
naga raju 19naga raju 19 

I am facing a problem of Governor limit in my test class. I reach the limit of 100 queries and get 101 Soql error. How to avoid the same? One way I know is use of Test.startTest() method but that resets your limit once. What's the other better way?