내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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 ?

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
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