Expand my Community achievements bar.

Integrating mobile App testing tools with AEM

Avatar

Community Advisor

Hey Community,

I hope you're doing well.

We’re using AEM Cloud to create content fragments and a GraphQL endpoint. This endpoint is then used by app developers to build the app UI. However, if someone wants to test it, they usually need to go into AEM Cloud first, make the changes, and then test them in BrowserStack.

So, I wanted to check if there's any way to test these changes directly in AEM. We can't write separate frontend code to view the UI, as it would require additional developers.

Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 5

Hi @Prince_Shivhare 

I believe you should provide more context, to narrow down exactly what you need or what you have in mind (cause' might be two different things).

 

1. Are content fragments containing pure user data ? Or also data that may affect the UI app in any way ? In a way that editors might drive UI app behavior and functionality
2. When you said "test it", what is "it" ? Are you thinking of the UI app ? Or of the API endpoint ?
3. What so you mean by "directly in AEM"? What would you expect to be able to do ?

 

These questions might help understand what is possible and what not, doable or not, best practice or not.

 

For example:

I don't think you can do it without extra additional development effort.