QuestionQ18

Given a scenario, identify how to use AEM APIs and integration patterns

Which two unit-testing dependencies does the AEM archetype generate?

Choose two
  • A JUnit
  • B Selenium
  • C PowerMock
  • D Mockito
  • E Hobbes
Explanation

The AEM Maven archetype automatically includes JUnit 5 and Mockito as test dependencies for unit testing. Selenium is associated with UI tests rather than unit-test dependencies, and PowerMock and Hobbes are not generated for this purpose.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!