I would like to use Jemmy v3 for GUI testing but I can't find any manual or user guide or even an examples of using it. I've found documentation only for Jemmy v2 and it looks like the library was completely rewritten and redesigned.
In Jemmy v2 I used:
new ClassReference(...).startApplication()
How can a similiar invocation can be done with Jemmy v3?
That depends on what UI library you are using it for.
App execution logic may be and is different for different libraries: AWT, FX, SWT.
For JavaFX you would do it like this: AppExecutor.executeNoBlock(TestApp.class);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With