[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.
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
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