Mytutorialrack

Blogs

Home - Archives for 2019 - Archives for April

Test Coverage in Salesforce
Uncategorized

Test Coverage and Deploying in Salesforce

In this blogpost, we will learn about Test Coverage in Salesforce. Arguably the most important skill for Salesforce developers is to know how to migrate their customizations to a production environment.Although you can make changes to code directly in a Developer instance, in order to do so for a Production instance, you must first make

Read More »
Uncategorized

Object Classes in Salesforce

At the heart of OOP is the type of class which represents a single object . These classes store attributes as well as methods specific to that object. Object classes can be created as stand-alone classes,complete with constructors, or they can be nested within other classes—commonly referred to as wrapper classes —and used to “wrap”

Read More »