naihe123 / robotium

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

Issue For Expandable List View #485

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.My apps has ExpandableListView,But it gives Class Cast Exception when I 
performed click event on it at the time of testing.
2.
3.

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

What version of the product are you using? On what operating system?
Robotium 4.2 on Android 2.3.3

Please provide any additional information below.

Original issue reported on code.google.com by supriyab...@gmail.com on 10 Jul 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Can you please paste the log. 

Original comment by renasr...@gmail.com on 10 Jul 2013 at 12:29

GoogleCodeExporter commented 9 years ago
The click event does not cause the exception. 

Original comment by renasr...@gmail.com on 10 Jul 2013 at 5:00

GoogleCodeExporter commented 9 years ago
Here, I have attached screenshot of my activity. The list view click event is 
working but i want to perform click event on their subitems like Assigned me, 
reported by me like that. In this app it is Expandable listview.

Original comment by supriyab...@gmail.com on 11 Jul 2013 at 5:47

Attachments:

GoogleCodeExporter commented 9 years ago
Do:

solo.clickOnText("ParkIT");
solo.waitForText() with scroll set to false
solo.clickOnText("Assigned to me)

Original comment by renasr...@gmail.com on 11 Jul 2013 at 6:39

GoogleCodeExporter commented 9 years ago
Very nice dude...

i have also found one good link here....
<a 

href="http://androidexample.com/Custom_Expandable_ListView_Tu

torial_-_Android_Example/index.php?

view=article_discription&aid=107&aaid=129">Custom Expandable 

ListView Tutorial </a>

Original comment by flexsoft...@gmail.com on 4 Oct 2013 at 10:59