Gordian
13 years agoOccasional Contributor
Plug-in to add Event Analyzer without ATL
I am interested in adding an Event Analyzer to TestComplete to help "fix" recordings. We have a number of script extensions which provide robust alternatives to several recorded actions in our product. Rather than having our testers have to modify the recorded tests in this very predictable manner, I want to have TestComplete write them out correctly (for us) as part of the recording.
It sounds like this can be done using a TestComplete plug-in and supporting the ItcScriptEventAnalyzer. The plug-in though in the given example with the TestComplete SDK using C++ with an ATL project.
Can this instead be implemented as a C# Class library? Is there any alternative to C++ / ATL? There are several TestComplete COM objects if I look to add a COM reference to a C# Class library. Can anyone tell me:
1) Is it possible to implement a plug-in with C# Class library?
2) What TestComplete COM objects would be needed to get support both for the basic plug-in and the ItcScriptEventAnalyzer?
3) Does the plugin need to be a .pls extension or is .dll fine?
Does anyone have an example of an added Event Analyzer or Script Generator?
It sounds like this can be done using a TestComplete plug-in and supporting the ItcScriptEventAnalyzer. The plug-in though in the given example with the TestComplete SDK using C++ with an ATL project.
Can this instead be implemented as a C# Class library? Is there any alternative to C++ / ATL? There are several TestComplete COM objects if I look to add a COM reference to a C# Class library. Can anyone tell me:
1) Is it possible to implement a plug-in with C# Class library?
2) What TestComplete COM objects would be needed to get support both for the basic plug-in and the ItcScriptEventAnalyzer?
3) Does the plugin need to be a .pls extension or is .dll fine?
Does anyone have an example of an added Event Analyzer or Script Generator?