Forum Discussion
HKosova
Alumni
14 years agoHi Rebecca,
On second thought, you can probably work around this by creating an intermediate layer for event handling, say, in C#. For example, you could write a small C# app that would handle the OnViewportQuery event and have this app running along with your test script at the same time. You'll also be able to pass data between your test script and this C# app, since TestComplete can access all classes and members inside .NET applications. So, I think this could actually work.
On second thought, you can probably work around this by creating an intermediate layer for event handling, say, in C#. For example, you could write a small C# app that would handle the OnViewportQuery event and have this app running along with your test script at the same time. You'll also be able to pass data between your test script and this C# app, since TestComplete can access all classes and members inside .NET applications. So, I think this could actually work.