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
5
votes
1 answer

How to automate a Game application?

I tried to automate a Unity3d game(android apk) with testdroid tool. The problem is, the tool is unable to identify the elements in the game, instead performing "clickOnScreen()", it blindly clicks on the…
4
votes
1 answer

Appium Android SendKey not working

I am trying to automate my android application test on testdroid server using Appium Java client. I am getting exception that unable to locate element while using element.sendKeys on AndroidElement. AndroidElement element =…
Anannt Gupta
  • 113
  • 1
  • 6
2
votes
3 answers

iOS manual testing on Testdroid

I just wanted to know if I can do manual testing of iOS (.ipa) app on Tesdroid. As in upload the .ipa and install it on a cloud iPhone to perform manual testing? Thank you.
2
votes
2 answers

Testdroid/Robotium waitForFragment using ViewPager

I am trying to use Testdroid which is backed by Robotium. Background: FragmentStatePagerAdapter does not assign tag values for fragments (unlike FragmentPagerAdapter) so waitForFragmentByTag won't work; as a result I use waitForFragmentById, which I…
Syntax
  • 2,155
  • 2
  • 23
  • 34
1
vote
1 answer

Not able to upload apk to testdroid

curl -H "Accept: application/json" -u username:password -F myAppFile=@"path to apk" http://appium.bitbar.com/upload com.testdroid.api.APIException: Failed to acquire access token. Reason: cloud.bitbar.com
Amaan Memon
  • 154
  • 4
  • 8
1
vote
0 answers

Retrieving target folder from Testdroid server side execution

I'm trying to create a server-side testdroid execution for my android automation test using Jenkins. But, it's kinda hard to get the whole "target" folder send back to my Jenkins. Has anyone have any idea how to do that? They have some API to get…
1
vote
1 answer

How to export Jenkins build variable programatically

I’m trying to do a slight modification to this plugin https://github.com/bitbar/testdroid-run-in-cloud-plugin. I want to export the test results URL that are provided by the Testdroid API as a job environment variable something like TEST_CLOUD_LINK.…
1
vote
1 answer

Android automated testing in Cloud

We have whole ui test suite written in Espresso for our app, we are trying to figure out best service to run this test on whole matrix of device and api's I came across few services: TestDroid - Looks like runs at about $49/mo and supports espresso…
rage_against
  • 87
  • 10
1
vote
0 answers

Instrumentation run failed due to 'java.lang.ClassCastException in android version of phonegap project on testdroid

First of all I am sorry if the question is silly as i am new to phonegap, i tried few answers here but they dont match my query. I have been working on a phonegap project, currently there is no splash screen plugin, i have the design in www folder…
Rajesh Vishnani
  • 55
  • 1
  • 1
  • 12
1
vote
1 answer

Appium error with testdroid: java.lang.NoClassDefFoundError: org/openqa/selenium/internal/HasIdentity

Below code works with Appium client locally (version: 1.4.0.0) but fails with TestDroid cloud: private static AppiumDriver driver; DesiredCapabilities capabilities = new…
Ankur
  • 177
  • 1
  • 1
  • 8
1
vote
1 answer

Is there a way in Testdroid to email test reports?

Is there a way in Testdroid to email test-reports automatically? Ideally I would like to set up a configuration where after every test run, we can send everyone on a team the test results.
Abhinav
  • 13
  • 3
1
vote
1 answer

Android app cannot connect to internet when try to run automate testing using TestDroid

I'm trying to record my activity in Android application using TestDroid Recorder. My app need internet to run. And it run perfectly before I use TestDroid Recorder. But I don't know why my app cannot connect to internet when I try to record…
1
vote
1 answer

No connection to Authorization server. Testdroid plugin for eclipse

I installed testdroid plugin for eclipse and setup the proxy settings in Eclipse using: Window -> Preferences -> General -> Network connections But when I am trying to authorize, I am getting the following error: No connection to Authorization…
art_tykh
  • 169
  • 1
  • 17
1
vote
1 answer

Loading APK into TestDroid

I am having a problem loading an .apk into Testdroid, as in this tutorial: http://testdroid.com/testdroid-recorder-recording-without-source-code When I get to step 8, and hit "Browse", I get the following error: "Problem occurred by signing apk.…
user1598917
  • 55
  • 1
  • 4
0
votes
1 answer

Email all test case logs to my email using Detox e2e testing library from bitbar.com device farming service

I am testing react native app on bitbar.com device farm and using Detox/wix e2e testing library. I want to get the test case pass/fail logs to my email from several devices which I select on bitbar.com device farm. Is there any feature in Detox…
abdul
  • 340
  • 6
  • 18
1
2