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
manishabondemanishabonde 

test class for which will have a good coverage independant of the environment

I need to write a test class for trigger on a standard object. Account.

The plan is package the trigger and test class as a free app so users can re-use the component.

As we all know the test coverages are environment dependent.
They are dependent on factors like

(1) Custom Mandatory fields,
(2) Custom Validation rules &
(3) other custom triggers on the object

Are these best practices around creating test class for standard object which can have a good coverage irrespective of the test environment ?

cropzimcropzim