Hi,
Can load runner be used to test a java desktop application that isn't a server to anything (runs by itself and "only talks to itself")? Say, record and playback a javafx desktop application's actions, or an engine that executes tasks?
If yes, then please can I have clear pointers as to how to do so because currently I am only able to launch the application using load runner but no actions whatsoever are being recorded.
I'm using the Java Record Replay protocol.
Thanks