Git Product home page Git Product logo

Comments (8)

renas avatar renas commented on July 19, 2024

From [email protected] on August 04, 2010 06:55:30

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")?

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 04, 2010 06:59:35

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?

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 05, 2010 02:33:10

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?

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 08, 2010 06:55:54

@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).

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 09, 2010 00:46:04

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.

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 12, 2010 09:41:39

Owner: renasreda

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 12, 2010 09:48:43

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.

from robotium.

renas avatar renas commented on July 19, 2024

From [email protected] on August 12, 2010 09:51:45

Status: 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.