Salesforce Certified Development Lifecycle and Deployment Architect — Question 33
Ursa Major Solar (UMS) has used Aura components significantly in its Salesforce application development. UMS has established a robust test framework and the development team follows the Salesforce recommended testing practices. UMS team uses Salesforce’s test tools to check for common accessibility issues.
In which two environments the UMS team can call Aura accessibility tests? (Choose two.)
Answer options
- A. WebDriver Test
- B. AuraDriver Test
- C. JSTEST
- D. ACCTEST
Correct answer: A, C
Explanation
The correct answers are A and C because WebDriver Test and JSTEST are environments designed to run accessibility tests for Aura components. Options B and D, AuraDriver Test and ACCTEST, do not support Aura accessibility testing, making them incorrect choices.