In Robotium :- I am writing automation scripts using Solo class. Now i have to verify the images in my application.
For texts we can use Assert.assertTrue(solo.searchText("rtf"));
For images, is there any command in Robotium Solo Class?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not really. Most suggested way to test (its meaning may vary) ImageViews is given by:
Also, you may want to have a look at this discussion on some other method to visually check the image.