Q47 Single choice Mark for later Why would a developer use Test.startTest( ) and Test.stopTest( )? A To avoid Apex code coverage requirements for the code between these lines B To start and stop anonymous block execution when executing anonymous Apex code C To indicate test code so that it does not Impact Apex line count governor limits. D To create an additional set of governor limits during the execution of a single test class. Correct answer