When my scripts run the line baseState.execute(desktop); I'm now getting the following error
com.borland.silktest.jtf.common.LaunchApplicationTimeoutException: Time out expired after launching application. The requested object 'Avondhu' was not found within the timeout of 10 seconds.
at com.borland.silktest.jtf.internal.Agent.convertException(Agent.java:292)
at com.borland.silktest.jtf.internal.Agent.executeBaseState(Agent.java:655)
at com.borland.silktest.jtf.BaseState.execute(BaseState.java:838)
The basestate brings up the login window for a powerbuilder application. The login window is brought up correctly but it can't seem to verify it. I've being using this application for the last few months and it hasn't changed. The locator in the application configuration still seems to be correct - I've verified the properties. My application configuration appears to be correct also.
Any ideas?