Appian Lead Developer (ACD200) — Question 7
Your organization is considering automating the running of expression rule test cases to provide unit tests for your Appian applications.
Which three methods could be used to launch a test run when required? (Choose three.)
Answer options
- A. Via the DevOps section of the Administration Console.
- B. A process model invoked via an API.
- C. A process model exposed to users as an action.
- D. A web hook from a content versioning system (CVS).
- E. A SAIL interface embedded in a report.
Correct answer: A, C, E
Explanation
The correct answers A, C, and E represent valid methods to launch test runs in Appian. Option A leverages the DevOps tools available in the Administration Console, option C allows users to initiate tests through a process model configured as an action, and option E utilizes a SAIL interface within a report. Options B and D are not suitable methods for initiating test runs in this context.