pavan_manikonda
11 years agoOccasional Contributor
TestComplete Plugin VC++
I am trying to develop a plugin for testcomplete in vc++. I am using testcomplete 9 SDK for my development. The documentation to create a simple plugin has inhered from base classes IaqExtensionRegist...
- 11 years agoHi,
It is my understanding that the interface definition, like a lot of other things, becomes available after adding this directive
#import "C:\Program Files\SmartBear\TestComplete 9\Bin\TestComplete.exe" raw_interfaces_only, raw_native_types, named_guids, auto_search, no_namespace, exclude("tagRECT", "UINT_PTR")
to the stdafx.h as it is recommended in the Simple Plug-In Sample>Creating the Project help topic.