Salesforce Certified Development Lifecycle and Deployment Architect — Question 7

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 two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because it describes the specific URL where Jasmine tests can be executed and results displayed. Option B is also correct as it mentions the utility of the $T test helper object for component instantiation and promise support. Options C and D are incorrect; C suggests installing a package that is not required for testing, while D incorrectly separates the testing frameworks for JavaScript and Apex, as they are distinct but both valid methods.