stop AUT Stopping an AUT in a test
Stopping an AUT as part of a test is generally not possible. The AUT will be stopped automatically at the end of testing according to the points mentioned above.
You can use the restart action to restart the AUT during the test. You may be able to use the action External Key Combination to send an unconfirmed keystroke to the AUT (i.e. »ENTER« on a prompt dialog for closing the AUT ) to close the AUT at the end of your test, however, the success of this is dependent on the AUT and environment as well as timing and synchronization issues.