sangmingming / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

How to verify the text, buttons displayed in Dialogs or alerts #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In our application, we have login screen, if sign in fails it will display 
the error message in an dialog or alert, i need to verify the message and 
buttons displayed
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by alpatisu...@gmail.com on 28 Mar 2011 at 5:27

GoogleCodeExporter commented 9 years ago
You can use the same methods like searchText/clickOnText etc also in dialogs. 
There is no difference. Please see the javadoc.

Original comment by renasr...@gmail.com on 28 Mar 2011 at 7:12