qspin / qtaste

[NEW RELEASE VERSION 3.0.0] The QTaste is an open-source functional and non-functional test environment offering services to developers and testers. It has been implemented following a data driven testing philosophy.
http://www.qtaste.org
GNU Lesser General Public License v3.0
6 stars 11 forks source link

JavaGUI returns immediatly if a GUI component doens't exists while we expect to return after a timeout #32

Closed lvboque closed 11 years ago

lvboque commented 11 years ago

The default timeout for a javagui is set to 10 seconds.

So, if I do a GUI action on a object that doesn't exist yet (because GUI is under creation as example), I expect javagui to wait at least 10 seconds before complaining about component absence.

The idea is to try to reduce the number of sleep in testscripts

simjan commented 11 years ago

done 338cc5b