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
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
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
Hobbes.js (AEM Built in) to test Touch UI and AEM frontend component experiences.
Selenium to test Touch UI and AEM frontend component experiences.
Views
Likes
Replies