Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
RÉSOLU

Q. What are the types of testing are available OOTB in AEM Cloud Manager pipeline

Avatar

Level 7

Q. What are the types of testing are available OOTB in AEM Cloud Manager pipeline ?

Is it code quality testing and performance testing ?

Sujets

Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor

Hi @JakeCham You can easily find the list when you try to start the pipeline. I have attached as well for reference.

Shailesh_Bassi__0-1704370508206.png

For more details you can refer to the documentation - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-...

Hope this helps!

Thanks

Voir la solution dans l'envoi d'origine

4 Replies

Avatar

Réponse correcte par
Community Advisor

Hi @JakeCham You can easily find the list when you try to start the pipeline. I have attached as well for reference.

Shailesh_Bassi__0-1704370508206.png

For more details you can refer to the documentation - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-...

Hope this helps!

Thanks

Avatar

Community Advisor

Avatar

Community Advisor

Hi @JakeCham 
Please find below types of testing in AEM Pipeline

  1. Unit Testing:

    • Ensures that individual components or modules of the application work as expected in isolation.
  2. Integration Testing:

    • Verifies that different parts of the system work together correctly. This could involve testing interactions between AEM components and other services.
  3. UI Testing:

    • Involves testing the user interface to ensure that it behaves correctly. This might include functional testing of AEM authoring interfaces.
  4. Code Quality Testing:

    • AEM Cloud Manager often integrates with code quality tools to perform static code analysis and check code against predefined coding standards. Common tools include SonarQube.
  5. Performance Testing:

    • Verifies the performance characteristics of the application, including aspects like response time, throughput, and scalability. Performance testing may involve tools like Apache JMeter or other load testing tools.
  6. Security Testing:

    • Checks for security vulnerabilities in the application. Security testing tools may be integrated to identify and address potential security issues.
  7. Content Validation:



Avatar

Level 1

Quality testing and UI testing are two types of testing that are available OOB in AEM Cloud Manager Pipeline. Code Quality testing checks the code quality of the project