robotium Questions

1

I use flavors in my project and I wanna add add instrumentation tests specific for each flavor. So I created MyApplication/src/androidTestFlavor1/java/com.package.test MyApplication/src/androidTe...
Flurried asked 10/10, 2014 at 10:13

1

So... i'm trying to make some tests for my application. I have several flavors in my application, and I want to build individual tests for each flavor. From the Robotium documentation I used the "a...

0

When I run robotium (5.2.1) tests from android studio 1.0 RC 2, I get this following error ==> :app:shrinkDebugTestMultiDexComponents FAILED Error:Execution failed for task ':app:shrinkDebugTestM...
Chateau asked 3/12, 2014 at 16:53

4

Solved

can we switch on/off the wi-fi of the device in a test cases in robotium? because i am testing an issue which needs wifi to be on in initial phase then turning off the wi-fi and continue with testi...
Caralie asked 3/12, 2012 at 10:50

6

I have been using robotium to test my android application.Testing was successful but i want to know that is there any way to view test results in a separate file.
Crissie asked 31/1, 2011 at 12:5

2

Solved

I am trying to display a custom Toast but doing so from my automated test rather than from the application itself. The layout inflation does not work though. Is it even possible to inflate views ...
Radium asked 23/7, 2014 at 7:36

1

Robotium is an Android test automation framework that has full support for native and hybrid applications. Now that Android Studio is the de facto IDE for Android development, I'm interested to tr...
Kittie asked 24/4, 2014 at 17:18

6

Solved

I was just trying to use Robotium in an Android JUnit Test, but the Testing always fails with an error: java.lang.NoClassDefFoundError: com.jayway.android.robotium.solo.Solo thrown at solo = new ...
Heelpost asked 26/3, 2012 at 15:30

4

I'm currently building an app in Android, and using Robotium to do functional tests (By the way, don't use Robotium on anything less that Android 1.6, it is way too buggy). Some of these tests hav...
Bookstand asked 22/10, 2010 at 20:26

1

Solved

I'm automating the testing of a flow in my app where I install a device administrator. To activate a device administrator on most devices (let's assume here I don't have some enterprise API that le...
Replenish asked 18/4, 2014 at 17:41

1

Solved

I'm trying to write black box automated tests to assert things like "ensure the landing page appears within 500ms of launching the app" and "ensure that a login takes less than 2 seconds". I want t...
Cordate asked 12/3, 2014 at 19:17

2

Solved

I am currently working on android testing with Robotium , When i execute following testcase in Android 2.3 emulator i'm getting an error " java.lang.SecurityException:WifiService: Neither user 100...
Scolecite asked 5/6, 2013 at 6:4

2

Solved

I have to use Automated UI test tool and I am confused between using Robotium vs Google Espresso. What are the major differences between the two? Are there features that exist in one but not...
Mojave asked 18/11, 2013 at 10:55

3

Solved

From my activity I do startActivityForResult(MediaStore.ACTION_IMAGE_CAPTURE), and then I land in the builtin camera activity (in this case in the emulator). When I now do: "solo.clickOnButton(0);...
Zarathustra asked 1/10, 2010 at 14:20

2

I'm wondering how to run multiple projects containing Android JUnit Robotium test from eclipse at once... I hope someone could help. Thanks a lot!
Prosimian asked 23/9, 2011 at 7:40

6

How can I make Robotium click on a particular link in a page?
Excoriate asked 28/3, 2011 at 7:26

1

Solved

I'm struggling to get Robotium to work on the gradle-based Android Studio and I can't find the way to do it This is my build.gradle file buildscript { dependencies { repositories { mavenCentra...
Digest asked 12/9, 2013 at 15:7

1

Solved

I'm migrating my android project to gradle build system and I can't import my Android project from my Integration Test Android project. I'm using multi-project configuration with several android-l...
Orchestrate asked 20/8, 2013 at 8:3

2

I'm testing my Android application with Robotium and I'm facing one intermittent problem. My application starts with a SigninActivity which allows the user to signin and after that he is directed t...
Coolie asked 15/4, 2013 at 15:25

1

Our Android app needs automated testing, and our group is using Robotium to handle that for us. This is no problem for unit tests, but we're also writing a set of end-to-end integration tests to ex...
Arsenate asked 4/6, 2013 at 2:25

1

Solved

As this was not answered (Maybe did I not find it) previously, I investigated on the following question : How to perform automated functional tests on Android devices with robotium, and report the...
Musca asked 17/5, 2013 at 9:47

2

Solved

I'm finishing up moving to the actionbar (using actionbarsherlock), and one of the last things is to convert all the robotium integration tests. Clicking on action bar action items seems to be solv...
Incisor asked 25/9, 2012 at 21:20

3

Solved

Everyone using Robotium for GUI testing. Can you tell me what Android native test framework cannot do that Robotium can do? As I know Robotium can be used as black box testing, so I do not need to...
Powys asked 4/11, 2012 at 19:0

7

Solved

I'm working on a web project where it has become clear that having some Selenium-type automated acceptance tests would be very helpful. But the project is a web site for mobile/handheld devic...
Surgery asked 11/10, 2011 at 6:22

1

I would like to know is it possible to run my script written in Robotium to work in a device cloud like Perfectomobile or Device anywhere. Thanks in advance.
Alberthaalberti asked 19/3, 2013 at 12:6

© 2022 - 2024 — McMap. All rights reserved.