Blog

Entries in VBScript (1)

Tuesday
May292012

QTP - Calling C# DLL in VBScript

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.

Click to read more ...