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!
I found solution, here is detailed explanation: How to work with Java Objects