austgl / robotium

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

Unable to read button labels and get information #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to Menu list Item.
2. Select the option having input test box with buttons.

What is the expected output? What do you see instead?
1) getButton(String),getCurrentButtons() unable to read the button information 
and button label information in the screen.
2) Unable to click the button using solo.clickOnButton("OK").
3) Unbale to read the default string present in the input text box using 
getEditText(int) ,getCurrentEditTexts().

What version of the product are you using? On what operating system?
PC - Windows 7
Eclipse - 3.7.0
Android SDK - 2.3.3
Robotium - Version 3

Please provide any additional information below.
Refer enclosed image for more information.

Original issue reported on code.google.com by karthike...@gmail.com on 18 Nov 2011 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
The dialog where the edit text is located needs to belong to your
application (same process as the start activity). Please see the QA wiki page.

Original comment by renasr...@gmail.com on 18 Nov 2011 at 5:20

GoogleCodeExporter commented 9 years ago
Hi,
Tha edit box belongs to the same process as in the start activity.

With Regards,
Karthikeyan R.

Original comment by karthike...@gmail.com on 18 Nov 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Hi,
Tha edit box belongs to the same process as in the start activity.

Original comment by karthike...@gmail.com on 18 Nov 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Would it be possible for you to send me your application?

Original comment by renasr...@gmail.com on 18 Nov 2011 at 8:11