sangmingming / robotium

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

Text and button clicks not working well for device, but working fine in emulator(AVD). #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect the device.
2. My application is having a button "OK" in the popup window.
3. execute solo.clickonbutton("OK");

What is the expected output? What do you see instead?
"OK" button should have been clicked. And the server reponse should correctly 
show up. Click do happens but the server response does not correctly show up. 
However, this works fine in emulator(AVD), AVD has same app, same robotium 
code. Server response comes fine as expected when this robotium code [ 
solo.clickonbutton("OK") ]  is executed on AVD but does not come fine when it 
is executed on Device.

What version of the product are you using? On what operating system?
robotium-solo-3.0.jar on Windows 7.

Please provide any additional information below.
Its working fine in emulator(AVD)(2.2, 2.3)
But same is not working in device(2.2, 2.3)

Original issue reported on code.google.com by a2zbr...@gmail.com on 14 Dec 2011 at 8:54

Attachments:

GoogleCodeExporter commented 9 years ago
As long as clickOnButton() correctly clicks the button then it is not a 
Robotium issue. It seems as if your application under test has issues when 
running on real device. Maybe your device is not properly configured...

Original comment by renasr...@gmail.com on 14 Dec 2011 at 11:59