Is Authoring Automation Testing is supported in AEM 6.1 ? | Community
Skip to main content
Level 2
September 13, 2016
Solved

Is Authoring Automation Testing is supported in AEM 6.1 ?

  • September 13, 2016
  • 5 replies
  • 4448 views

HI,

I was trying hobs authoring testing in AEM 6.2 and was working fine.

But when I was trying the same authoring in AEM 6.1, it was not allowing the authoring experience as we have the tests from developer mode.

Is there a way to achieve this authoring automation through hobs ?

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 kautuk_sahni

mayurs7918097 wrote...

Hi Opkar,

I searched the same, but hobbes get open in Developer mode in AEM 6.1 which is not allowing us to edit any component.

The functionality which we can automate is the website user experience but we want to automate the authoring experience by editing a component.

Thanks,

Mayur 

 

For editing of the component,Edit Mode is recommended. Developer mode executes the test written in Hobbs.JS.

But, if your use case is to do testing on edit mode only, then i would say use Selenium.

Doc:- https://docs.adobe.com/docs/en/aem/6-2/develop/test/testing/tools.html

I would still ask, internal adobe to get recommended way for this.

~kautuk

5 replies

Feike_Visser1
Adobe Employee
Adobe Employee
September 13, 2016
Adobe Employee
September 13, 2016

https://docs.adobe.com/docs/en/aem/6-1/develop/components/hobbes.html Seems to work, maybe there was an issue on the server when you tried.

Regards,

Opkar

Level 2
September 13, 2016

Hi Opkar,

I searched the same, but hobbes get open in Developer mode in AEM 6.1 which is not allowing us to edit any component.

The functionality which we can automate is the website user experience but we want to automate the authoring experience by editing a component.

Thanks,

Mayur 

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
September 29, 2016

mayurs7918097 wrote...

Hi Opkar,

I searched the same, but hobbes get open in Developer mode in AEM 6.1 which is not allowing us to edit any component.

The functionality which we can automate is the website user experience but we want to automate the authoring experience by editing a component.

Thanks,

Mayur 

 

For editing of the component,Edit Mode is recommended. Developer mode executes the test written in Hobbs.JS.

But, if your use case is to do testing on edit mode only, then i would say use Selenium.

Doc:- https://docs.adobe.com/docs/en/aem/6-2/develop/test/testing/tools.html

I would still ask, internal adobe to get recommended way for this.

~kautuk

Kautuk Sahni
surbhin8681692
Level 2
October 28, 2021

Hi,

I wont suggest doing automation software testing on AEM author because the components will keep on changing and it will be very difficult to get a particular selector.

For example if you are selecting the button using the cssSelector with data-path, what if the button is changed, few more buttons are added before the particular button you are targeting.