この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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 ?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
https://docs.adobe.com/docs/en/aem/6-2/develop/components/hobbes.html
This is in AEM since 6.0
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計