filmov
tv
Unit Testing Lightning Components with Jasmine

Показать описание
Lightning Components require an equal level of unit testing to server side Apex code if you want to maintain resilient deployments. An ever increasing amount of business logic is making its way into Salesforce via front end JavaScript as Lightning Component adoption grows. Stepping through a live demo of testing a Job Board application, we show you how to write unit tests for Lightning Components, then execute those tests in-browser using Jasmine to see testing in action. You will take away many best practices in testing JavaScript & Lightning Components.