Forum Discussion

chanduaug24's avatar
chanduaug24
Occasional Contributor
14 years ago

Using Run tested apps

hi ,

   I am a learner and i am trying so hard to get comfortable with the test complete .i have come thru recording a UI application and then arranging them in an order with check points .But i have seen run tested applications option in it .that can be reused for other applications .how can i do that . please explain me ..



















Thanks,

chandu

1 Reply

  • Chandrasekhar,


    Each TestComplete project includes a collection of a tested application. You can see it under the TestedApps node in the Project Explorer (see attached imageA).


    You can add applications to the collection manually in the TestedApps editor. By default, TestComplete also adds applications to the collection automatically during the test recording: it detects the application you are working with and considers it as a tested application.


    The collection greatly simplifies running and terminating the applications that you test. For instance, after you added the executable to the TestedApps list, you can easily specify its command-line arguments and launch it by using the Run Test Application operation at the beginning of your keyword test (see imageB) or by calling the TestedApps.AppName.Run method at the beginning of your script test (see imageC).


    For complete information on tested applications, see Managing Tested Applications in TestComplete help.