Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Unit testing framework for AEM

Avatar

Level 1

Is there a proven Unit testing framework available for AEM?

1 Accepted Solution

Avatar

Correct answer by
Level 1

Testing for AEM is no different than testing for any other Java based application. You just have to take in consideration that you are living in an OSGi-environment.

/Ove

View solution in original post

2 Replies

Avatar

Correct answer by
Level 1

Testing for AEM is no different than testing for any other Java based application. You just have to take in consideration that you are living in an OSGi-environment.

/Ove