I have a .dll file that was used with HP UFT(vbScript) as an add-in to identify UI objects. Now we have moved from HP UFT to HP LeanFT(java). Is there any way to call the same .dll file functions through java.
Asked
Active
Viewed 353 times
1 Answers
0
Please look at JNI wrapper creation for your native DLL: Java Native Interface

Sasha
- 1,958
- 1
- 19
- 33