ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 160 - Certified Development Lifecycle and Deployment Architect discussion

Report
Export

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

A.
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.
Answers
A.
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.
B.
Install the Lightning test service AppExchange package to enable the Aura component testing.
Answers
B.
Install the Lightning test service AppExchange package to enable the Aura component testing.
C.
There is a test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
Answers
C.
There is a test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
D.
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.
Answers
D.
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.
Suggested answer: A, B
asked 23/09/2024
Sivagami Narayanan
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first