Jubula is not recognizing AUT even after it's launch

148 views Asked by At

I'm trying to test a Java Swing application using Jubula. After launching the application it asks for username and password.

I have done the AUT configuration properly but while starting AUT from Jubula ITE "Starting AUT with ID" is keep on loading even after the login dialog appears.

I tried to run it from the command prompt but the same issue. Since Jubula is not recognizing the application I couldn't able to proceed with test cases and object mapping.

Note: By default, the Jubula installation directory name is populated in my AUT "User name" text box in the login dialog (Not sure from where it's configured)

1

There are 1 answers

4
Adam Horvath On

I faced a similar (maybe the same) issue: it happens when an application starts with a splash-screen, where credentials must be entered before continueing.

Jubula remote-control plug-in is not getting loaded before the user is authenticated and Jubula can not connect to the application and start any test.

I solved it by developing a "password read-in" feature from disk, where it looks for an .ini file with credentials and fills and sends the form when found. Once the workbench is loaded, the RC plug-in is as well and test starts.