Tuesday
May292012
QTP - Calling C# DLL in VBScript
Tuesday, May 29, 2012 at 1:05AM
A while ago I wanted to call a C# dll from a QTP script.
Let us walk through creating a C# dll using Visual Studio and using the DotNetFactory in QTP to call the public methods of this C# dll.