The document describes automation testing of the PrcView application using TestComplete. It provides 6 steps:
1) Launch the PrcView application and show all processes in the process list.
2) Get the number of processes currently running and verify that PrcView is in the list.
3) Verify the description of a selected module by comparing its actual and expected descriptions.
4) Check that the number of opened applications increases by one after launching a new application.
5) Save the current process list as a file.
The document includes functions to make assertions and comments for exercises to expand the test steps.