This week’s guest post is a cool technical post about Apex Tests by Nikos Mitrakis. Apex Tests are perceived as the hated necessity by most Salesforce developers: they are really important to keep high code quality levels but they are not the most fun part of coding with Salesforce. I casually discovered Nikos through his […]
Tag: Test Suite
[Salesforce] The Sobject Crusade: ApexTestSuite
Source: ApexTestSuite String ’16 comes with a handy feature regarding test execution, the Test Suites. They are a collection of tests ment to be run together organized in a single suite. To access the test suite open your Developer Console and click Test > New Suite and enter the Suite name: Then select all test […]
