Forum Discussion

tengel's avatar
tengel
Contributor
12 years ago

Using Delegates in Scripts

In general, is there a way to do this?

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Tom,



    In general, there is no way to do this just because TestComplete does not use .Net languages to create tests but script languages implemented in regular OS libraries.

    However, some script languages (VBScript) can pass callback routine address to the calling routines and there are samples (usually - WMI-related) on how to do this. So exact answer depends on your exact needs.