Q. What are the types of testing are available OOTB in AEM Cloud Manager pipeline | Community
Skip to main content
JakeCham
Level 6
January 4, 2024
Solved

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

  • January 4, 2024
  • 4 replies
  • 1419 views

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

Is it code quality testing and performance testing ?

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 ShaileshBassi

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

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

Hope this helps!

Thanks

4 replies

ShaileshBassi
Community Advisor
ShaileshBassiCommunity AdvisorAccepted solution
Community Advisor
January 4, 2024

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

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

Hope this helps!

Thanks

Raja_Reddy
Community Advisor
Community Advisor
January 4, 2024

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:

April 26, 2024

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