Reputation: 3
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
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