Giter VIP home page Giter VIP logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 26, 2024
Correct activity did not appear. expected:<...Splash...> but was:<...Home...>

I guess that the Activity that is opened after the splash screen is 
<...Home...>?

Original comment by [email protected] on 5 Nov 2010 at 12:07

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 26, 2024
Exactly. I know that using a sleep is not good but I would like to know why 
this test fails.

Some questions:

 * When is solo.assertCurrentActivity executed?
 * Leaving the UI thread alone will fix this issue?

Original comment by [email protected] on 5 Nov 2010 at 12:14

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 26, 2024
It gets executed after the Home activity is active. By the time 
assertCurrentActivity() gets executed the Splash activity is no longer active. 
Usually the problem is the opposite. Please see this thread:

http://groups.google.com/group/robotium-developers/browse_thread/thread/79a70038
c16e35e6/f08a0d9733982a59?lnk=gst&q=getCurrentActivity#f08a0d9733982a59

In both cases there is unfortunately nothing we can do about it. It takes some 
time for Robotium to load and the activityMonitor to start registering a new 
Activity. If a new Activity is not registered then it will think that it is 
still on the Splash activity. In your case the sleep() prevents that and gives 
time to Robotium to register the new Home activity before 
assertCurrentActivity() is executed. 

Thanks for reporting this. As I said earlier this is a known limitation which 
we can not do anything about.  

Original comment by [email protected] on 5 Nov 2010 at 12:34

  • Changed state: WontFix

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 26, 2024
renasreda: Thanks for your reply.
What would you recommend? Leave the SplashScreen untested?

Thanks.

Original comment by [email protected] on 5 Nov 2010 at 12:49

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 26, 2024
Yes, that is what I would do. I would use assertCurrentActivity() on the Home 
activity instead. And then take it from there.

Original comment by [email protected] on 5 Nov 2010 at 12:53

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 26, 2024
Cool, thanks for the support.

Original comment by [email protected] on 5 Nov 2010 at 1:05

from robotium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.