automation testing for aem sites | Community
Skip to main content
sreenu539
Level 7
April 26, 2023
Solved

automation testing for aem sites

  • April 26, 2023
  • 3 replies
  • 1937 views

Hello AEMers,

 

I am asked to suggest how to get automation testing for aem sites.

What tools or frameworks your teams using, suggest ?

Any useful links etc where I can start.

 

Thanks,

Sree

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 AlbinIs1

You have two options to enable the automation testing for AEM websites

Open Source tools e.g Selenium, cucumber, etc

Commercical tools e.g Testim, Ranorex, ACCELQ etc

Regards

Albin

https://www.albinsblog.com

 

 

 

3 replies

AlbinIs1Community AdvisorAccepted solution
Community Advisor
April 26, 2023

You have two options to enable the automation testing for AEM websites

Open Source tools e.g Selenium, cucumber, etc

Commercical tools e.g Testim, Ranorex, ACCELQ etc

Regards

Albin

https://www.albinsblog.com

 

 

 

Shubham_borole
Community Advisor
Community Advisor
April 27, 2023

Hello,

 

For functional testing please see

 

Functional Testing | Adobe Experience Manager

GitHub - adobe/aem-test-samples: Adobe Experience Manager Test Samples

 

For ui testing you can utilize selenium or cucumber based framework to test ui views of pages.

 

See aem-test-samples/SimpleTestUI.java at aem-cloud · adobe/aem-test-samples · GitHub and the repository for more examples.

 

A separate repository for testing your AEM site if not within the ui.tests module also works depending on the company set up, but depends on how you want to cover the testing scenarios.

 

Thanks


Shubham

Level 6
April 27, 2023

Hobbes.js (AEM Built in) to test Touch UI and AEM frontend component experiences.

Selenium to test Touch UI and AEM frontend component experiences.

  • test servlets for backend
  • call Hobbes.js, and expect acceptance
  • test end to end customer front-end experiences