Is there a package-level smart service for Automated Testing for Expression Rules

I have read this document https://docs.appian.com/suite/help/25.2/Start_Rule_Tests_Applications_Smart_Service.html

But I want to know is there any way to only test the unit test of a package? 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

     As far as I know the smart services available for expression rules testing is for all appian exression rules or an application’s. As a workaround you can create an applications and add objects which are in the package and run test on that application using the Start rule test application smart service. Creating applications for sprints /stories is a common practice in many projects. 

    Alternatively, if you have test cases added into your expression rules then during compare and deploy of the package you can run the rules test cases in one click and verify failed rules in one screen itself. 

  • We want to execute UT outside of appian. But we don't find some api support our require. so we want to use process model to create an API. But it seems no smart service can achieve I want.

Reply Children