Hi,
You can use getView() to get a hold of a view. ClickOnView() to click
on a view in the list. ClickOnText, searchText(), scroll, etc all
works in lists as well.
You can use clickInList(int listLine) as well to click on different
list lines.
/Renas
On Jul 12, 1:29 pm, Umesh G <
umiii...@gmail.com> wrote:
> Hi,
>
> I have a list view in my activity, I'm just looking for information on how
> to test the list view for ex:
>
> 1. Browse through each item in listview
> 2. Search the ImageView in each Item with a given R.id and click on that
> ImageView
>
> Please suggest me on how can i achieve above in Robotium