Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

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 ?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

4 Replies

Avatar

Correct answer by
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

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