Unit testing framework for AEM | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ove_lindström1

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

2 replies

October 16, 2015

Take a look at Prosper (built on Groovy Spock).

https://github.com/Citytechinc/prosper

ove_lindström1Accepted solution
October 16, 2015

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