Pls share any idea about above q?
Solved! Go to Solution.
Views
Replies
Total Likes
Normally, JSPs are unit tested for the view/display part of it. So you can use something like selenium or AEM testing framework which uses hobbes [1]
[1] https://docs.adobe.com/docs/en/aem/6-0/develop/components/hobbes.html
Views
Replies
Total Likes
Normally, JSPs are unit tested for the view/display part of it. So you can use something like selenium or AEM testing framework which uses hobbes [1]
[1] https://docs.adobe.com/docs/en/aem/6-0/develop/components/hobbes.html
Views
Replies
Total Likes
Hi,
if you want to do proper unittesting for JSP, drop them in favor of Sling models and Sightly. It's easier to unittest Sling models, and Sightly ... well, then it's time for some frontend testing technology like Selenium or Hobbes.
kind regards,
Jörg
Views
Replies
Total Likes
Views
Likes
Replies