Closed GoogleCodeExporter closed 9 years ago
sample code :
boolean
actual=solo.searchText(getActivity().getResources().getString(R.string.id),1,sol
o.scrollUp());
Original comment by jegan.k...@gmail.com
on 13 Oct 2010 at 3:57
The problem is that if all the text is not shown on the screen then that means
it has not been initiated and therefore they do not exist and Robotium can not
verify them. You could experiment a little bit with regular expressions. So
that even a part of the text will result in getting true back. And then you
could scroll down and continue with the rest of the text.
Original comment by renasr...@gmail.com
on 13 Oct 2010 at 10:22
Original issue reported on code.google.com by
jegan.k...@gmail.com
on 13 Oct 2010 at 3:55