Closed GoogleCodeExporter closed 9 years ago
Please do the following:
1. Change to Robotium 2.1?
2. You have to add a wait before doing a drag. Try waitForText("any text on the
screen", "10 000");
Original comment by renasr...@gmail.com
on 10 Feb 2011 at 6:45
Also please paste the log:
logcat.
Original comment by renasr...@gmail.com
on 10 Feb 2011 at 6:58
thank you for your reply so much.I also follow your method to solve this
problem,but finally it still fail.now i put the code and logcat to you ,and
look forward to your reply again,and i will appreciate you very much.
I did as follow:
1.Change to Robotium 2.1
2. add a wait before doing a drag. Try
mySolo.waitForActivity(LAUNCHER_ACTIVITY_FULL_CLASSNAME, 10000);
thank you.................
Original comment by guost...@gmail.com
on 15 Feb 2011 at 4:48
Attachments:
I am sorry but I do not know how to help you. This has nothing to do with
Robotium. It is an application problem. The only interesting I could see in the
log was:
junit.framework.AssertionFailedError: Button with the text: sin is not found!
Otherwise I can not see anything interesting in the log and definitely not
something that shows Robotium crashing etc.
Please read this page:
http://code.google.com/p/robotium/wiki/Getting_Started
Original comment by renasr...@gmail.com
on 15 Feb 2011 at 5:54
i will also thank you so much.I ever see issue 30 in this,the probrem he meet
with is the same,and he said he solved this problem,but when i turn to ask for
help,he never answer me,now i will excepte for his answer to solve this problem.
thank your reply again,if you have spare time,could you hava a look at issue
30...
Original comment by guost...@gmail.com
on 16 Feb 2011 at 11:53
Issue 30: Problem with two test cases
Original comment by guost...@gmail.com
on 16 Feb 2011 at 11:59
Yes it seems as if he fixed the problem. Try to email him instead. I hope you
will find a solution.
Original comment by renasr...@gmail.com
on 16 Feb 2011 at 12:02
Dont forget to use tearDown(), look at the example test project.
Original comment by renasr...@gmail.com
on 16 Feb 2011 at 12:12
thank you ,i used tearDown().
i ever email the issue 30,but he always don't reply me,now i hope he can reply
me as soon as possible.
thank you !
Original comment by guost...@gmail.com
on 18 Feb 2011 at 1:48
Original issue reported on code.google.com by
guost...@gmail.com
on 10 Feb 2011 at 1:35