Code Monkey home page Code Monkey logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Thanks for this issue. Can you please further explain what is wrong? When you 
do a clickOnText("Channels") does you application show a text that says "Pick a 
channel"? Is the problem that nothing happens when using 
clickOnText("Channels")?

Original comment by [email protected] on 4 Aug 2010 at 1:55

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Sorry, I somehow forgot to put the actual behaviour!

Basically nothing happens in the emulator. The submenu is not displayed, and 
the searchText never returns so my test hangs.

I'm new to Robotium, so this may be an user issue. Have you successfully 
interacted with submenus?

Original comment by [email protected] on 4 Aug 2010 at 1:59

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Can you get anything to work? Or nothing at all happens when using the various 
Robotium methods? It seems as if this is a configuration problem. Have you 
tried to install and use the example test project from our getting started page?

Original comment by [email protected] on 5 Aug 2010 at 9:33

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
@dave.hunt: Maybe what you were trying is something along the lines of:

solo.clickOnMenuItem("Channels");
assertTrue(solo.searchText("Pick a channel"));

or

solo.clickOnMenuItem("More");//be careful, depends on your locale
solo.clickOnText("Channels");
assertTrue(solo.searchText("Pick a channel"));

Perhaps this will give you some insight into if this is actually a Robotium bug 
or not. The searchText hanging sounds like one, though it can take a really 
long time to stop looking (1 minute even).

Original comment by [email protected] on 8 Aug 2010 at 1:55

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Do you have cases where searchText() takes 1 minute to stop looking? I would 
really like to see that because that is definitely a bug. I am planning on 
releasing a maintenance release of Robotium soon and want to have as many bugs 
as possible fixed by then. 

Original comment by [email protected] on 9 Aug 2010 at 7:46

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024

Original comment by [email protected] on 12 Aug 2010 at 4:41

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Sorry for the lack of response on this - I haven't had a moment to return to 
the Android testing. You can probably ignore this issue until either I can 
provide further details or evidence, or somebody else experiences it.

Original comment by [email protected] on 12 Aug 2010 at 4:48

from robotium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024

Original comment by [email protected] on 12 Aug 2010 at 4:51

  • Changed state: Invalid

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.