コミュニティアチーブメントバーを展開する。

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