Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
That error does not match your previous post. It indicates that an edit field is not available.
This appears to be, both for the RichEdit as well as for the button, a timing issue where the automated test is executing faster than the application. If there are delays in the application under test where the time it takes to display a form or component exceeds the Auto-wait timeout in the project properties, you'll get these kinds of messages.
I would recommend reading http://smartbear.com/support/viewarticle/14496/
http://smartbear.com/support/viewarticle/12176/
and
http://smartbear.com/support/viewarticle/12168/
as they may be relevant to what you're experiencing.
This appears to be, both for the RichEdit as well as for the button, a timing issue where the automated test is executing faster than the application. If there are delays in the application under test where the time it takes to display a form or component exceeds the Auto-wait timeout in the project properties, you'll get these kinds of messages.
I would recommend reading http://smartbear.com/support/viewarticle/14496/
http://smartbear.com/support/viewarticle/12176/
and
http://smartbear.com/support/viewarticle/12168/
as they may be relevant to what you're experiencing.