If the Add applications to the list of tested applications option is turned on, TestComplete automatically adds applications that you were recording actions over to the project’s Tested Applications collection. This message appears at the end of the recording session and asks you to confirm adding a specific application to the Tested Applications. It is recommended that you add the application being tested to the Tested Applications, since this makes managing the application easier and more convenient.
To add the application specified in the message to the Tested Applications, press Yes. TestComplete will also replace the test statements responsible for launching the application with the Run TestedApp operation (if you were recording a keyword test) or the TestedApp.ApplicationName.Run()
method (if you were recording a script).
If you do not want to add the specified application to Tested Applications, press No.
Note that you can check the Don’t ask again check box to make TestComplete remember your choice and never show this message again. To control whether this message should be displayed, you can also use the Show 'Add <ApplicationName> to the list of tested applications?' message option in the Show Again Flags dialog.
See Also
About Tested Applications
Run TestedApp Operation
Run Method
Recording Options Dialog
Show Again Flags Dialog