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
PossiblePossible 

TestMethods!!!

Hi All,

Can someone suggest me , how can i make my test methods more extensible and reusable(dynamic)..

 

Ex : What does code review means , when Salesforce does Code review before certifying an application into appExchange ?? What are the basic things they check (They just follow some normal coding guidelines)

dmsx2oddmsx2od

Making test methods reusable and extensible is more a function of using good OO programming (which is independent of which language you're using) techniques.  Hard to suggest ways to make test methods more dynamic, as they're meant to execute your existing code... which means that perhaps they shouldn't be dynamic.

 

Regarding your second question, that is better addressed in an email to the ISV partner team.  Log a case in the partner portal (become a partner if you're not) and search the ISV documentation.