Search code examples
javajvmmarshallingqtpinterprocess

HP QTP (VbScript): work with Java-objects (like DotNetFactory for .NET classes)


is there any way to work with Java classes in the same of similar way (create, call methods)?

QTP provide such support for .NET classes via dotNetFactory. Is there anything like that for Java?

(Our backend app has JAva API and we want to write wrapper for that).

Thanks!


Solution

  • I found solution, here is detailed explanation: How to work with Java Objects