Robotium BDD with Cucumber

Posted by LucasGomes on Stack Overflow See other posts from Stack Overflow or by LucasGomes
Published on 2013-01-11T14:29:56Z Indexed on 2013/11/12 21:54 UTC
Read the original article Hit count: 180

Filed under:

I want to know if you guys know how to make BDD tests with Robotium.

As I research Robotium works with a different Virtual Machine (Dalvik) so I cannot run as Junit Test (Only with Android Junit Test). So I found a possible solution to run Robotium with Junit with RoboRemote https://github.com/groupon/robo-remote. But when i tried to integrate with cucumber the tests became unstable.

So you guys know some way to make BDD tests using Robotium?

© Stack Overflow or respective owner

Related posts about robotium