The manual testing functionality is deprecated. Do not use it for creating new tests. It will be removed in a future TestComplete release. |
To perform manual testing with TestComplete, install the following plugins (they reside in the folder <TestComplete>\Bin\Extensions):
Plugin Name | Plugin File | Description |
---|---|---|
Manual Testing | tcManualTest.pls | This plugin provides the Manual Tests project item, which is added to your projects to create and execute manual tests. The plugin also provides the ManualTesting program objects and events needed to handle manual tests from scripts and keyword tests. Note that this object and the events are only available if the Manual Tests project item is included in your project. |
Manual Test Builder | tcManualTest.pls | This plugin adds the ManualTestBuilder object to TestComplete. This object is used to create manual tests from scripts and keyword tests. See Creating Manual Tests From Scripts for more information. |
Manual Test Editor | tcManualTestEditor.pls | Provides edit windows and dialogs that let you configure and edit manual tests. |
For information on how to install plugins in TestComplete, see Installing Extensions.
See Also
Manual Testing
Installing Extensions
Creating Manual Tests From Scripts