SFDC Dev Lifecycle
|
|
Título del Test:
![]() SFDC Dev Lifecycle Descripción: SFDC Dev Lifecycle |



| Comentarios |
|---|
NO HAY REGISTROS |
|
Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components. What two knowledge points can the architect pass to the development team lead? Choose 2 answers. There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled. The testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes. Install the Lightning test service AppExchange package to enable the Aura component testing. The testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen. What are three advantages of using the SFDX? Choose 3 answers. Can store code on a local machine, or a version control system. Can use native Deployment Rollback Tool to quickly revert to prior state. Can quickly deploy metadata using Execute Anonymous. Can install application metadata from a central repository. Can create scratch orgs. |





