user1871218
user1871218

Reputation: 3

Extending TestComplete

I am extending test complete with new plugins in VC++. Wondering if there is an easy way to debug the errors.

As of now I am building the plugin. Importing it into testcomplete and running it. Is there any other alternative ? Also, Can I generate any log messages from the plugin. Its a tedious task to keep track of the events that occurring internally.

Upvotes: 0

Views: 162

Answers (1)

Dmitry Nikolaev
Dmitry Nikolaev

Reputation: 3908

You can debug your plug-in using Visual Studio. To do this, specify TestComplete as a host application for your module.

Upvotes: 1

Related Questions