Unit testing a process
To ensure that users of your application can successfully complete a process, unit test the process. By testing a process individually before testing it in the context of the entire application, you can quickly identify and fix any issues on a more granular level.
When you unit test a process, you run through the process,
provide sample data as the input, and examine the behavior and results. When you test a
process, the system creates a new test page, starts running the process, and creates a
case.
- In the navigation pane of Dev Studio, click , and then select the process.
- In the toolbar, click .
- Step through each decision or assignment and provide input in each step.
- To test each possible path, run through the process as many times as necessary and provide different output.
Previous topic Creating a screen flow Next topic Changing the path of a process