Forum Discussion

ritesh_chauhan's avatar
ritesh_chauhan
Contributor
13 years ago

What are the steps to load a C# library in Test complete

How to load a C# library in Test complete? Have tried the following: lib = DLL.load("Lib path", "USER 32") but it says:  "USER32" is not defined, call DefineDLL function. Can y...