Questions tagged [calabash]

An automated acceptance testing framework for Android and iOS. Calabash enables you to write and execute automated acceptance tests of mobile apps. Calabash is cross-platform, supporting Android and iOS native apps.

Calabash is an automated acceptance testing framework for Android and iOS. It supports both native and hybrid app testing.

It's developed and maintained by Xamarin and is released under the Eclipse Public License.

It's Official site

See More

595 questions
91
votes
1 answer

Is it possible to reset the privacy settings in iOS?

In order to test access granting to the iOS calendar, I need to reset the privacy settings on my test device. However, every time I install it on the device it remembers the old privacy settings and does not show the alert view to ask me if I grant…
david
  • 3,553
  • 4
  • 28
  • 39
16
votes
5 answers

For mobile automation what are the advantages of Appium VS Calabash and of Calabash VS Appium?

I have used Appium in Mobile automation with IOS and Android. I wanted to know about advantages that offers Calabash and if there are common point in generated scripts of both tools? I have followed this link : Appium VS Calabash
Emna Ayadi
  • 2,430
  • 8
  • 37
  • 77
13
votes
3 answers

Calabash-android: attach to running app

I have calabash-android set up working perfectly with a default scenario (using cucumber to run tests or calabash-android console to enter REPL mode). However, under some scenarios, it turns out to be pretty useful to be able to attach to an app…
Anton
  • 2,483
  • 2
  • 23
  • 35
13
votes
1 answer

Questions about calabash-android support in Android Studio: Ruby, Editing features and steps, Launching tests

I'm working with Android Studio on Windows 7, 64 bit. I'm a noobie on Android Studio (or any Intelij IDE). I downloaded and installed Ruby 1.9.3, The Ruby DevKit and calabash-android and I can successfully run Cucumber tests on my Android app using…
Streets Of Boston
  • 12,576
  • 2
  • 25
  • 28
12
votes
1 answer

Xamarin "xcodebuild output not as expected"

I'm trying to get Xamarin.UITests working for an iOS project and I keep getting this error: SetUp : Calabash.XDB.Core.Exceptions.ExternalProcessException : xcodebuild output not as expected If anybody has any idea how to continue debugging this,…
argbo
  • 526
  • 3
  • 10
12
votes
3 answers

Android SDK path issue when using calabash-android

I'm getting a "Could not find an Android SDK please make sure it is installed" error when trying to run calabash-android commands. I've installed the Android SDK via brew. Here are the contents of my…
Towercap
  • 175
  • 1
  • 8
10
votes
6 answers

ADB: How to tap/close from recent apps to completely through ADB one liner command

I have tried multiple commands to close the app from App switcher but didn't through it. I even don't know if there is ány adb command which is persist to close the app from the app switcher. I more Googled for the same and even went through Android…
Vaibhav Joshi
  • 211
  • 2
  • 4
  • 9
10
votes
2 answers

See where touches occur on iOS simulator

I'm using Calabash to do some automated UI testing for my app, and I'm trying to touch some views which are embedded inside of a larger view, so I can't access their exact name to touch them directly. So I'm trying to touch them using the relative…
Bill L
  • 2,576
  • 4
  • 28
  • 55
10
votes
2 answers

How to install calabash in windows?

I was trying to install calabash-cucumber and calabash-android in windows for last 3 days.I have set ruby path variable in environment also. But i'm getting below error.. C:\>gem install cucumber error likes below, ERROR: Could not find a valid…
Kv.senthilkumar
  • 936
  • 2
  • 16
  • 29
9
votes
1 answer

Calabash test system dialog is showing & interact with it

My android app project programmatically starts system dialog to install trusted CA certificate: Intent intent = KeyChain.createInstallIntent(); intent.putExtra(KeyChain.EXTRA_PKCS12,…
Leem.fin
  • 40,781
  • 83
  • 202
  • 354
8
votes
1 answer

Constantly get error "HTTPClient::ReceiveTimeoutError" with my very simple calabash test case

I am new in calabash-android test automation library. I have spent two days to understand the problem with no success:( I am using calabash-android version 0.8.0, I follow the documented pre-defined steps to do the test. My test is simple, just…
Leem.fin
  • 40,781
  • 83
  • 202
  • 354
7
votes
0 answers

Genymotion emulator crashes on Windows 7 machine when running calabash-android tests

I am using Genymotion emulator to run my calabash android tests. I have around 7 feature files and after successfully running 3-4 features geny motion crashes with the following exception: "Player.exe has stopped working" "Microsoft Visual c++…
7
votes
1 answer

How to mock backend interaction when running calabash tests

I'm in the phase of integrating cucumber tests for an existing application. The app interacts heavily with a backend. The simplest case being the registration of an user. In order to make the tests repeatable, I cannot go against the (real) backend…
mAu
  • 2,020
  • 1
  • 14
  • 27
7
votes
2 answers

How do you capture requirements with declarative acceptance tests?

Background I am trying to help my team organize for a new mobile app project. We have chosen to follow BDD (see also BDD definition) in order to capture plain English requirements that form a contract between stakeholders and developers for each…
Brenden
  • 7,708
  • 11
  • 61
  • 75
6
votes
1 answer

Running Cucumber on device, app immediately crashes, error: "Error while writing to fifo. RunLoop::Fifo::NoReaderConfiguredError"

So I started building my local iOS device environment. I have got my Simulator environment fully set up and running. I have got my distribution and provisioning profile set up correctly to the app through the iOS developer. While trying to run the…
1
2 3
39 40