top of page

Automate Test Execution (For Free)

Updated: May 13, 2020

Six Tips to Great Unit Tests



Tests run in automation during deploying to Prod.


To run automate tests to run after deploying use the free tool - Gearset.


Scratch orgs can be used to perform automation testing where a continuous integration platform such as Jenkins can automatically push code to the Scratch org and execute unit tests when changes are detected in a code repository.

Recent Posts

See All
Data loader for bulk testing

The data loader is used to insert, update, or delete large amounts of data at once. This is great for bulk testing parts of your code...

 
 
 
Best Practices for Unit testing

Unit tests are class methods that verify whether a particular piece of code is working properly. Unit test methods take no arguments,...

 
 
 
To load test data using csv file

Save the csv file as a static resource. In the test class, use the method: List<sObject> ls = Test.loadData(<ObjectType>.sObjectType,'<na...

 
 
 

Comments


Post: Blog2_Post

©2020 by SalesforceDemystified. Proudly created with Wix.com

bottom of page