In TestComplete, you can call routines located in dynamic link libraries (both 32-bit and 64-bit libraries are supported) directly from your tests. This section explains how you can do this.
In This Section
Calling DLL Functions From Tests - Overview
Calling DLL Functions From Tests - Requirements
Specifics of Using 32- and 64-bit DLLs
Calling DLL Functions From Keyword Tests
Using Custom Data Structures in DLL Function Calls
Using String Parameters in DLL Function Calls
Using Arrays in DLL Function Calls
Returning Interface References From DLL Functions
Parameter Types for C++ Routines and Structures
Parameter Types for Delphi Routines and Structures
Calling DLL Functions From Tests - Known Limitations
Tutorials
Calling DLL Functions From Tests - Tutorial
DrawTextExA
function located in User32.dll from scripts.Samples
On our web site, you can find some examples of script code that demonstrate calling functions located in external DLLs. Follow the links below to see these examples: