Best preventive measure to avoid performance related issues in health check.

Certified Senior Developer

we use AQUAMAN and Peer review for our Appian packages before moving to production environment. how can we check components in package zip file for their performance related issues which are reported after they are deployed to Production? is there any way to add these rules in AQUAMAN? or any other plug in which can be used to PREVENT these issues in future releases?

  Discussion posts and replies are publicly visible

Parents
  • Certified Lead Developer

    Aquaman is just for testing code quality in design , not in runtime.

    I would suggest to create test cases for all objects in your appian application (even for integrations), and just after deploy the package, execute a post deployment process generating a report with the results.

Reply
  • Certified Lead Developer

    Aquaman is just for testing code quality in design , not in runtime.

    I would suggest to create test cases for all objects in your appian application (even for integrations), and just after deploy the package, execute a post deployment process generating a report with the results.

Children