-
Queries Related To Apex Test Class
I have a few queries related to test class in general
1. What does running a test class in system mode mean?
Does it mean running the test class in the context of the current user and is that same as saying :
System.runAs(new User((Id=UserInfo.getUserId()) ))2. what does test.startTest() and test.endTest() means.
Log In to reply.
Popular Salesforce Blogs
Popular Salesforce Videos
How to Report on the Reports in Your Salesforce Org
Do you want a list of all the reports in your Salesforce org? Would you like to see a list of reports and the last…
Which Objects are in the Salesforce Sales Cloud and Service Cloud?
Salesforce comes with a large number of standard objects that are integral to Salesforce, but you can also create custom objects. We’ve compiled a list…
Modern App Development On Salesforce - Communicate between LWC components Using Events
In this series, we will explore Modern App Development on the Salesforce platform, including Heroku. The live hands-on sessions will take you through the journey…