login splashScreen isn't detected when launching E4 application AUT [message #1771358] |
Thu, 24 August 2017 06:48  |
Eclipse User |
|
|
|
Hello all,
When I start my AUT (RCP E4application) , Jubula don't detect the login spalsh Screen ,but after authentication the AUT is started and the next page is detected
my code to start my application is like this :
public class TestE4Application extends E4Application {
@Override
public Object start(IApplicationContext applicationContext) throws Exception {
......
LoginController splashController = new LoginController());
splashController.openSplash();
........
return super.start(applicationContext);
}
I would know in each step of code the jubula detcted the view and start succefully
Thank you for your help
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05945 seconds