Questions tagged [testdroid]

Bitbar cloud (was Testdroid) is a real Android and iOS device platform supporting build, testing and monitoring of mobile applications.

Bitbar (formerly Testdroid) is a real iOS and Android device cloud for building, testing and monitoring mobile applications.

From Wikipedia:

Testdroid Cloud contains real Android and iOS powered devices, some of which are available for users. Testdroid Cloud lets users run tests simultaneously on cloud-based service.

Testdroid Recorder is a tool for developers and testers for recording user-actions and producing JUnit based test cases on mobile application and games. Testdroid Recorder is available at the Eclipse marketplace.

Testdroid Enterprise is a server software for managing automated testing on multiple real Android and iOS powered devices, supporting Gradle build system and Jenkins Continuous Integration.

27 questions
0
votes
0 answers

Android "Screenshot2" Tool NullPointerException on OSX 10.12

I'm trying to implement bitbar's opencv library to do automated testing on Android devices. The library uses Android's "screenshot2" tool. But whenever I run it either through the library or directly from the terminal on OSX 10.12 I get the…
0
votes
1 answer

adding metadata to testdroid's junit xml

When running Android Instrumentation tests with TestDroid, it outputs JUnit XML. e.g.,
paleozogt
  • 6,393
  • 11
  • 51
  • 94
0
votes
0 answers

testdroid logcat output missing from some devices

When running Android Instrumentation tests on TestDroid, some devices don't seem to show logcat output for the testing app. (There appears to be some system stuff, but nothing from the app or test runner.) When tests fail, it can be very hard to…
paleozogt
  • 6,393
  • 11
  • 51
  • 94
0
votes
1 answer

Which path must use for additional data with testdroid?

Which path must use for additional data like an image to be used in a backdoor method in Android. I am using the public directory for example. Environment.getExternalStoragePublicDirectory( Environment.DIRECTORY_PICTURES) Regards,
Lerny
  • 1
  • 1
0
votes
1 answer

Hom press second button with id:inf?

I use Testdroid, it based on junit3. Command: solo.clickOnView(solo.findViewById("cc.app.R.id.inf")); open first button with id:inf what command need use to press on second(third and more) button with id:inf. how select area/layout, where junit…
Refenz
  • 1
  • 1
0
votes
1 answer

Android - Espresso testing - How to take a screenshot which would be shown on Testdroid result?

I'm using the Espresso-framework for my Android testing and additionally I'm using the Testdroid-Cloud for automatic testing on real devices. Does anybody know, how to tell Espresso to make a screenshot, which is shown on the Testdroid Dashboard? If…
0
votes
0 answers

Testdroid for security testing

As part of finalizing a security testing tool for our android app, I was validating various tools and stumbled upon this blog. Under How to access this service? Section, step 5 says: Upload your APK and check “Execute security tests”. But I couldn’t…
Prabhat
  • 143
  • 2
  • 8
0
votes
1 answer

Creating Appium test run in TestDroid Cloud

I am trying to create an Appium test run for an Android native app in TestDroid Cloud. When I create the project, as an Appium Android project, after I upload the app, the other options for the test run are not available From the tutorials, and…
Arokh
  • 71
  • 6
0
votes
0 answers

Robotium on testdroid

I am a newbie in android testing. When I run a robotium test case on testdroid it is giving me view not found error on some devices.It is really annoying. Any help? junit.framework.AssertionFailedError: RecyclerView is not found! at…
0
votes
1 answer

Unable to launch Android application in Eclipse through Testdroid recorder

Unable to launch Android application in Eclipse through Testdroid recorder; Below mentioned error occured: "An internal error occurred during: "com.bitbar.testdroid". junit/framework/Test”.
0
votes
3 answers

How to open Overflow menu of contextual actionbar - Robotium

A Hello, I was asking how to select an item from overflow menu of contextual actionbar in robotium ? I tried: Solo.ClickOnMenuItem(Text); Solo.ClickOnText(Text); And Also I tried to use Robotium-ActionBarSherlock extension but All are not working…
Mona101ma
  • 675
  • 2
  • 7
  • 25
-1
votes
1 answer

testdroid plugin does not show up in eclipse

I am trying to install testdroid recorder plugin on the latest Android ADT on Mac OS X 10.7. I am following all the steps listed on the site. The plugin gets successfully installed according to the messages displayed. I have also confirmed the same…
Abhinav
  • 13
  • 3
1
2