How to test for the appearance of a Toast message

Posted by Adrian on Stack Overflow See other posts from Stack Overflow or by Adrian
Published on 2010-03-08T21:55:11Z Indexed on 2010/03/08 23:06 UTC
Read the original article Hit count: 284

Filed under:
|

Would anyone know how to test for the appearance of a Toast message on an Activity?

I'm using code similar to what the OP posted on this question for testing my program flow from one activity to the next. I'd also like to be able to test for toast messages on particular activities.

© Stack Overflow or respective owner

Related posts about android

Related posts about functional-testing